EntityList.GetStats (Boolean, Boolean, Boolean) Method

Get the statistics.
Public Function GetStats( _ 
ByVal showTotals As Boolean, _ 
Optional ByVal showBlocksDetails As Boolean = false, _ 
Optional ByVal showCollectionsItems As Boolean = false _ 
) As String
This language is not supported or no code example is available.
public string GetStats( 
bool showTotals
bool showBlocksDetails = false, 
bool showCollectionsItems = false 
)
This language is not supported or no code example is available.

Parameters

showTotals
bool

When true it shows also the total's count, otherwise no.

showBlocksDetails
bool

When true it shows also the detail of the entities contained into each block.

showCollectionsItems
bool

When true it shows also the list of the master collections items.

Return Value

string

The string with the count of each entity's type.

Remarks
 
The entities inside the blocks are processed only for the counting of vertices and triangles.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition