Attrib2Col Property

 

Use the Attrib2Col property to return or set an attribute 2 ID column for pin maps. Use CreateAttrib2 to create the label first. Returns an integer.

 

Syntax

object.Attrib2Col

object.Attrib2Col = Attrib2Col

 

Parameter

Type

Description

Attrib2Col

Integer

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

 

Example

    'Attrib2Col

    'Assign the second attribute to use the data in column C

    PinMap.Attrib2Col = 3

 

Used by: PinMap object