BlockReference.GetEntities Method

Gets the entities of the block referred by this BlockReference.
Public Function GetEntities( _ 
ByVal blocks As BlockKeyedCollection, _ 
Optional ByVal parentBlocks As BlockKeyedCollection = null _ 
) As IList(Of Entity)
This language is not supported or no code example is available.
public IList<Entity> GetEntities( 
BlockKeyedCollection blocks
BlockKeyedCollection parentBlocks = null 
)
This language is not supported or no code example is available.

Parameters

blocks
BlockKeyedCollection

The blocks collection

parentBlocks
BlockKeyedCollection

The parent blocks collection

Return Value

IList<Entity>

The entities of the referred block.

.NET Framework

Supported in: 4.8

In this article

Definition