Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / ComputeNonCurrentEntityColor Method
The entity being processed
The color of the entity

In This Topic
    ComputeNonCurrentEntityColor Method
    In This Topic
    Gets the color used to draw the given non-current entity.
    Syntax
    'Declaration
     
    Protected Friend Overridable Function ComputeNonCurrentEntityColor( _
       ByVal entity As Entity, _
       ByVal color As Color _
    ) As Color
    protected internal virtual Color ComputeNonCurrentEntityColor( 
       Entity entity,
       Color color
    )

    Parameters

    entity
    The entity being processed
    color
    The color of the entity

    Return Value

    The color used to draw the entity not belonging to the current BlockReference.
    Remarks
    See Also