Solid Edge Framework Type Library
SetMasterColor Method
Specifies the color to apply.
Description
Changes the color of each hatch line in the referenced HatchPatternStyle object.
Syntax
Visual Basic
Public Sub SetMasterColor( _
   ByVal nColor As Long _
) 
Parameters
nColor
Specifies the color to apply.
Remarks
It is equivalent to calling the SetColor method for each hatch line in the pattern. The color is stored in a long integer, created with the RGB function (red, green, and blue color intensities), or as an integer between 0 and 15 representing standard colors.
See Also

HatchPatternStyle Object  | HatchPatternStyle Members