UtilityEx.ComputeItemsCount Method

Computes the actual number of items in both plain or structured scene modes.
Public Shared Function ComputeItemsCount( _ 
ByVal entList As IEnumerable(Of Entity), _ 
ByVal blocks As BlockKeyedCollection
) As Integer
This language is not supported or no code example is available.
public static int ComputeItemsCount( 
IEnumerable<Entity> entList
BlockKeyedCollection blocks 
)
This language is not supported or no code example is available.

Parameters

entList
IEnumerable<Entity>

The entity list

blocks
BlockKeyedCollection

The block collection

Return Value

int

The number of items in the scene.

.NET Framework

Supported in: 4.8

In this article

Definition