Solid Edge Framework Type Library
SetWireframeColor Method
Specifies the red component of the color.
Specifies the green component of the color.
Specifies the blue component of the color.
Description
Sets the wireframe color for the referenced FaceStyle object.
Syntax
Visual Basic
Public Sub SetWireframeColor( _
   ByVal fRed As Single, _
   ByVal fGreen As Single, _
   ByVal fBlue As Single _
) 
Parameters
fRed
Specifies the red component of the color.
fGreen
Specifies the green component of the color.
fBlue
Specifies the blue component of the color.
See Also

FaceStyle Object  | FaceStyle Members