CreateAttrib1 Property

 

Use the CreateAttrib1 property to return or set an attribute 1 ID for pin maps. Use the Attrib1Col property to select the data column. Returns a Boolean.

 

Syntax

object.CreateAttrib1

object.CreateAttrib1 = Attrib1

 

Parameter

Type

Description

Attrib1

Boolean

required; true to create an attribute 1 ID

 

Example

    'CreateAttrib1

    'Specify to create an attribute for the pin map points using the data file

    PinMap.CreateAttrib1 = True

 

Used by: PinMap object