Use the CreateAttrib2 property to return or set an attribute 2 ID for pin maps. Use the Attrib2Col property to select the data column. Returns a Boolean.
Syntax
object.CreateAttrib2
object.CreateAttrib2 = Attrib2
Parameter |
Type |
Description |
Attrib2 |
Boolean |
required; true to create an attribute 2 ID |
Example
'CreateAttrib2
'Specify to create an attribute for the pin map points using the data file
PinMap.CreateAttrib2 = True
Used by: PinMap object