Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / IsVisible Method
The layer collection
The AttributeReference mode

In This Topic
    IsVisible Method
    In This Topic
    Check if the entity is visible for the selection.
    Syntax
    'Declaration
     
    Protected Friend Overridable Function IsVisible( _
       ByVal layers As LayerKeyedCollection, _
       ByVal attributeReferenceMode As attributeReferenceVisibilityType _
    ) As Boolean
    protected internal virtual bool IsVisible( 
       LayerKeyedCollection layers,
       attributeReferenceVisibilityType attributeReferenceMode
    )

    Parameters

    layers
    The layer collection
    attributeReferenceMode
    The AttributeReference mode

    Return Value

    See Also