Block.Entities Property

Gets or sets entity collection.
Public Property Entities() As List(Of Entity)
This language is not supported or no code example is available.
public List<Entity> Entities {get; set;}
This language is not supported or no code example is available.

Property Value

List<Entity>
Remarks
 
Removing elements from this list requires to call Entity.Dispose on them to avoid memory leaks, adding elements requires a call to EntityList.Regen

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition