Environment.Entities Property

Gets the EntityList of the CurrentBlock. This collection contains the entities displayed in the viewport.
Public ReadOnly Property Entities() As EntityList
This language is not supported or no code example is available.
public EntityList Entities {get;}
This language is not supported or no code example is available.

Property Value

EntityList
Remarks
 
Never add a block definition to this collection. Add it to the blocks collection.

.NET Framework

Supported in: 4.8

In this article

Definition