Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library

Long value specifying the Command Type ID or Color Section ID.

Long value specifying the second part of a 128 bit UID. UID2 is reserved for Command IDs that exists in the Toolkit environment. Since Toolkit command IDs use 128 bit values the only way to get at their data using automation is to supply two parameters. For typical automation uses (non Toolkit), you won't need this parameter and can simply supply a 0 value.

Item Method
Description
This method returns a specified color object from the color table based on the UID1 and UID2 parameters entered.
Syntax
Visual Basic
Public Function Item( _
   ByVal UID1 As {Unrecognised type 21}, _
   ByVal UID2 As {Unrecognised type 21} _
) As Color
Parameters
UID1

Long value specifying the Command Type ID or Color Section ID.

UID2

Long value specifying the second part of a 128 bit UID. UID2 is reserved for Command IDs that exists in the Toolkit environment. Since Toolkit command IDs use 128 bit values the only way to get at their data using automation is to supply two parameters. For typical automation uses (non Toolkit), you won't need this parameter and can simply supply a 0 value.

Return Type
Color object.
See Also