Entity.GetVisibility Method

Gets the entity visibility status.
Public Function GetVisibility( _ 
ByVal parents As Stack(Of BlockReference) _ 
) As Boolean
This language is not supported or no code example is available.
public bool GetVisibility( 
Stack<BlockReference> parents 
)
This language is not supported or no code example is available.

Parameters

parents
Stack<BlockReference>

The parents stack that define a nested instance

Return Value

bool

True if the entity is visible

Remarks
 
If the visibility for the given parents stack has not been set, returns the Visible value.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition