Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / DrawForSelectionVertices Method

In This Topic
    DrawForSelectionVertices Method (Entity)
    In This Topic
    Draws the entity vertices in false-colors (for some kinds of entities only).
    Syntax
    'Declaration
     
    Protected Friend Overridable Sub DrawForSelectionVertices( _
       ByVal data As GfxDrawForSelectionParams _
    ) 
    protected internal virtual void DrawForSelectionVertices( 
       GfxDrawForSelectionParams data
    )

    Parameters

    data
    See Also