AddToAddressAbbreviationList

The AddToAddressAbbreviationList method adds entries to the geocoding address abbreviation list.

 

Syntax

object.AddToAddressAbbreviationList( AddSubstitutionItem, OriginalStr, SubstitutionStr, AddRemovalItem, RemovalStr, AddTruncationItem, TruncationStr )

 

Parameter

Type

Description

AddSubstitutionItem

Boolean

optional; true to add a substitution item

OriginalStr

String

optional; original word

SubstitutionStr

String

optional; substitution word

AddRemovalItem

Boolean

optional; true to add a removal item

RemovalStr

String

optional; removal item

AddTruncationItem

Boolean

optional; true to add a truncation item

TruncationStr

String

optional; truncation item

 

Example

 

 

Used by: PlotDocument object