HiddenLinesViewSettings.EntitiesToHide Property

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

Property 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