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