ReadAutodesk.ReadEntity Method

Reads an Autocad entity.
Protected Overridable Function ReadEntity( _ 
ByVal acadEnt As OdDbEntity, _ 
ByVal data As ReadEntityData
) As IEnumerable(Of Entity)
This language is not supported or no code example is available.
protected virtual IEnumerable<Entity> ReadEntity( 
OdDbEntity acadEnt
ReadEntityData data 
)
This language is not supported or no code example is available.

Parameters

acadEnt
OdDbEntity

The Autocad entity to read

data
ReadEntityData

The parameters

Return Value

IEnumerable<Entity>

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

.NET Framework

Supported in: 4.8

In this article

Definition