TsgDXFEntity.FindEntByName

TsgDXFEntity

  Classes Reference > CAD Database structure > Entities > TsgDXFEntity > TsgDXFEntity Methods >

TsgDXFEntity.FindEntByName

TsgDXFEntity

Previous pageReturn to chapter overviewNext page

Find the entity by a given name.

function FindEntByName(const AName: string): TsgDXFEntity; virtual;

Description

Call FindEntByName to get entity by its name. FindEntByName is a virtual method and can be overridden in descendant classes.

Go to CAD VCL Enterprise