Attrib1Col Property

 

Use the Attrib1Col property to return or set an attribute 1 ID column for pin maps. Use CreateAttrib1 to create the label first. Returns an integer.

 

Syntax

object.Attrib1Col

object.Attrib1Col = Attrib1Col

 

Parameter

Type

Description

Attrib1Col

Integer

required; column containing the attribute 1 ID, column A equals 1

 

Example

    'Attrib1Col

    'Assign the first attribute to use the data in column B

    PinMap.Attrib1Col = 2

 

Used by: PinMap object