Entity.IsVisibleAndInFrustum Method

Check if the entity is visible.
Protected Friend Overridable Function IsVisibleAndInFrustum( _ 
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 IsVisibleAndInFrustum( 
Stack<BlockReference> parents
LayerKeyedCollection layers
attributeReferenceVisibilityType attributeReferenceMode 
)
This language is not supported or no code example is available.

Parameters

parents
Stack<BlockReference>

The parents stack

layers
LayerKeyedCollection

The layers collection

attributeReferenceMode
attributeReferenceVisibilityType

The AttributeReference visibility mode

Return Value

bool

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition