Entity.IsVisible Method

Check if the entity is visible.
Protected Friend Overridable Function IsVisible( _ 
ByVal parents As Stack(Of BlockReference), _ 
ByVal layers As LayerKeyedCollection, _ 
ByVal attributeReferenceMode As attributeReferenceVisibilityType
) As Boolean
This language is not supported or no code example is available.
internal protected virtual bool IsVisible( 
Stack<BlockReference> parents
LayerKeyedCollection layers
attributeReferenceVisibilityType attributeReferenceMode 
)
This language is not supported or no code example is available.

Parameters

parents
Stack<BlockReference>

The parents visibility stack

layers
LayerKeyedCollection

The layer collection

attributeReferenceMode
attributeReferenceVisibilityType

The AttributeReference mode

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition