Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / SetColorWireframe Method
The color
If true sets the color regardless of the current one, else sets it only if it's different from the current one.

In This Topic
    SetColorWireframe Method
    In This Topic
    Wireframe color changer.
    Syntax
    'Declaration
     
    Public Sub SetColorWireframe( _
       ByVal color As Color, _
       Optional ByVal force As Boolean _
    ) 
    public void SetColorWireframe( 
       Color color,
       bool force
    )

    Parameters

    color
    The color
    force
    If true sets the color regardless of the current one, else sets it only if it's different from the current one.
    See Also