Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / ReadAutodesk Class / ReadEntity Method
The Autocad entity to read
The parameters

In This Topic
    ReadEntity Method
    In This Topic
    Reads an Autocad entity.
    Syntax
    'Declaration
     
    Protected Overridable Function ReadEntity( _
       ByVal acadEnt As Teigha.DatabaseServices.Entity, _
       ByVal data As ReadAutodesk.ReadEntityData _
    ) As IEnumerable(Of Entity)
    protected virtual IEnumerable<Entity> ReadEntity( 
       Teigha.DatabaseServices.Entity acadEnt,
       ReadAutodesk.ReadEntityData data
    )

    Parameters

    acadEnt
    The Autocad entity to read
    data
    The parameters

    Return Value

    The collection of Eyeshot entities generated from the reading of the Autocad entity.
    See Also