Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EntityList Class / GetStats Method / GetStats(Boolean,Boolean,Boolean) Method
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.
When true it shows also the list of the master collections items.

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

    Parameters

    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.
    showCollectionsItems
    When true it shows also the list of the master collections items.

    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