The Attrib2 property returns or sets the attribute 2 ID of an object. Returns a string.
Syntax
object.Attrib2
object.Attrib2 = Name
Parameter |
Type |
Description |
Name |
String |
required; attribute text |
Example 1
This example sets the attribute 2 ID of an area to " Region2."
Area.Attrib2 = "Region2"
Example 2
This example returns the attribute 2 ID for an area.
Area.Attrib2 = "Region2"
Used by: Shape object