Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / UtilityEx Class / GetEntitiesByType Method
The collection of entities.
The blocks to process.
If not null then it will consider only the entities which match these types.

In This Topic
    GetEntitiesByType Method
    In This Topic
    Get a list of entities by type.
    Syntax
    'Declaration
     
    Public Shared Function GetEntitiesByType( _
       ByVal entityList As IList(Of Entity), _
       ByVal blocks As Dictionary(Of String,Block), _
       Optional ByVal includedTypes As List(Of Type) _
    ) As Dictionary(Of Type,IList(Of Entity))

    Parameters

    entityList
    The collection of entities.
    blocks
    The blocks to process.
    includedTypes
    If not null then it will consider only the entities which match these types.

    Return Value

    The dictionary with the collection of entities for each entity's type.
    See Also