The SIDName property returns or sets the secondary ID name of an object. Returns a string.
Syntax
object.SIDName
object.SIDName = Name
Parameter |
Type |
Description |
Name |
String |
required; secondary ID text |
Example 1
This example returns the secondary ID name for an area.
Debug.Print Area.SIDName
Example 2
This example sets the secondary ID name of an area to Region 5.
Area.SIDName = "Region 5"
Used by: Shape object