Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / ReadAutodesk Class / ReadSolidHatch Method
The hatch entity
The read entity data

In This Topic
    ReadSolidHatch Method
    In This Topic
    Reads a solid hatch.
    Syntax
    'Declaration
     
    Protected Function ReadSolidHatch( _
       ByVal hatch As Teigha.DatabaseServices.Hatch, _
       ByVal data As ReadAutodesk.ReadEntityData _
    ) As List(Of Entity)
    protected List<Entity> ReadSolidHatch( 
       Teigha.DatabaseServices.Hatch hatch,
       ReadAutodesk.ReadEntityData data
    )

    Parameters

    hatch
    The hatch entity
    data
    The read entity data

    Return Value

    The Eyeshot entity.
    See Also