EntitiesToHide Field

Gets or sets the list of entities (with the correspondent stack of parents) to hide in the view.
Public Shadows EntitiesToHide As List(Of Tuple(Of Stack(Of BlockReference), Entity))
This language is not supported or no code example is available.
new public List<Tuple<Stack<BlockReference>, Entity>> EntitiesToHide
This language is not supported or no code example is available.

Field Value

List<Tuple<Stack<BlockReference>, Entity>>
Remarks
 
If the entity to hide is at root level, an empty stack of parents need to be passed as input.

.NET Framework

Supported in: 4.8

In this article

Definition