Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EntityList Class / GetStats Method / GetStats(BlockKeyedCollection,Boolean,Boolean) Method
The blocks to process. It can be null if showTotals is false.>
When true it shows also the total's count, otherwise no.
When true it shows also the detail of the entities contained into each block.

In This Topic
    GetStats(BlockKeyedCollection,Boolean,Boolean) Method
    In This Topic
    Get the statistics.
    Syntax
    'Declaration
     
    Public Overloads Function GetStats( _
       ByVal blocks As BlockKeyedCollection, _
       ByVal showTotals As Boolean, _
       Optional ByVal showBlocksDetails As Boolean _
    ) As String
    public string GetStats( 
       BlockKeyedCollection blocks,
       bool showTotals,
       bool showBlocksDetails
    )

    Parameters

    blocks
    The blocks to process. It can be null if showTotals is false.>
    showTotals
    When true it shows also the total's count, otherwise no.
    showBlocksDetails
    When true it shows also the detail of the entities contained into each block.

    Return Value

    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.
    See Also