Solid Edge Framework Type Library
GetWireframeColor Method
Returns the red component of the color.
Returns the green component of the color.
Returns the blue component of the color.
Description
Returns the wireframe color for the referenced FaceStyle object.
Syntax
Visual Basic
Public Sub GetWireframeColor( _
   ByRef pfRed As Single, _
   ByRef pfGreen As Single, _
   ByRef pfBlue As Single _
) 
Parameters
pfRed
Returns the red component of the color.
pfGreen
Returns the green component of the color.
pfBlue
Returns the blue component of the color.
See Also

FaceStyle Object  | FaceStyle Members