Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / SetColorDrawForSelection Method
The id of the entity

In This Topic
    SetColorDrawForSelection Method
    In This Topic
    Sets a coded color depending on the entity id.
    Syntax
    'Declaration
     
    Public Sub SetColorDrawForSelection( _
       ByVal currentEntityId As Integer _
    ) 
    public void SetColorDrawForSelection( 
       int currentEntityId
    )

    Parameters

    currentEntityId
    The id of the entity
    Remarks
    Used by visible selection methods.
    See Also