This method creates a new color node associated with the specified Command Type ID or Color Section ID, returning a Color object for the added node. Once you add a node, you can then define the colors used for the Standard, Marked, Debug, and OutTol.
- UID1
Long value specifying the Command Type ID or Color Section ID.
- If defining a specific Command Type, this is the ID from the OBTYPE enumeration.
- If defining a Color Section (from the Command Text Colors list on the Color Editor dialog box), this is the ID from the ENUM_COLOR_SECTION enumeration.
- 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.