Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > Colors Collection : GetColorTableColor Method
Long value representing an index number for a color contained in the color table.
GetColorTableColor Method
Description
Returns the color specified by the colorIndex parameter from the template's color table.
Syntax
Visual Basic
Public Function GetColorTableColor( _
   ByVal colorIndex As Long _
) As Long
Parameters
colorIndex
Long value representing an index number for a color contained in the color table.
Return Type
Long value representing the color returned.
See Also