The DeleteFromAddressAbbreviationList method removes entries from the address abbreviation list.
Syntax
object.DeleteFromAddressAbbreviationList( DeleteSubstitutionItem, OriginalStr, SubstitutionStr, DeleteRemovalItem, RemovalStr, DeleteTruncationItem, TruncationStr )
Parameter |
Type |
Description |
DeleteSubstitutionItem |
Boolean |
optional; true to delete a substitution item |
OriginalStr |
String |
optional; original word |
SubstitutionStr |
String |
optional; substitution word |
DeleteRemovalItem |
Boolean |
optional; true to delete a removal item |
RemovalStr |
String |
optional; removal item |
DeleteTruncationItem |
Boolean |
optional; true to delete a truncation item |
TruncationStr |
String |
optional; truncation item |
Example
Used by: PlotDocument object