Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EntityList Class / GetStats Method / GetStats() Method

In This Topic
    GetStats() Method
    In This Topic
    Get the statistics.
    Syntax
    'Declaration
     
    Public Overloads Function GetStats() As Dictionary(Of Type,Integer)
    public Dictionary<Type,int> GetStats()

    Return Value

    The dictionary with the count of each entity's type.
    See Also