Solid Edge Framework Type Library
Color Property
Description
Sets and returns the color in which the active object is drawn.
Property type
Read-write property
Syntax
Visual Basic
Public Property Color As Long
Remarks
The color is stored as a long integer and is created with the RGB function (red, green, and blue color intensities) or as an integer between 0 and 16 that represents standard colors. The Color property is only applicable for patterned backgrounds (as set by the PatternType property). This property overrides the color of the fill color for any HatchPatternStyle or SymbolPatternStyle object.
See Also

FillStyle Object  | FillStyle Members