ReadAutodesk.ReadSolidHatch Method

Reads a solid hatch.
Protected Function ReadSolidHatch( _ 
ByVal hatch As OdDbHatch, _ 
ByVal data As ReadEntityData
) As List(Of Entity)
This language is not supported or no code example is available.
protected List<Entity> ReadSolidHatch( 
OdDbHatch hatch
ReadEntityData data 
)
This language is not supported or no code example is available.

Parameters

hatch
OdDbHatch

The hatch entity

data
ReadEntityData

The read entity data

Return Value

List<Entity>

The Eyeshot entity.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition