Workspace.IsolateSelected Method

Isolate a collection of entities by showing the others in a transparent state. Pass null to unset the isolated entities.
Public Sub IsolateSelected( _ 
ByVal instances As IReadOnlyList(Of SelectedItemBase) _ 
)
This language is not supported or no code example is available.
public void IsolateSelected( 
IReadOnlyList<SelectedItemBase> instances 
)
This language is not supported or no code example is available.

Parameters

instances
IReadOnlyList<SelectedItemBase>

The entities instance to isolate

Exception type Condition

EyeshotException

Throw when a BlockReference is set as current.

Remarks
 
This method is useful to focus on a part of the model while still seeing the rest of the scene in a transparent state.

.NET Framework

Supported in: 4.7.2

In this article

Definition