Share

AcDbSubentId

Class Hierarchy

AcDbSubentId

C++

class AcDbSubentId;

File

dbsubeid.h

Description

An entity can be composed of many graphic subentities, such as arcs, lines, text, vertices, edges, faces, etc. This class creates subentity IDs using one of these subentities and an index. The index is the graphics system marker for the subentity. The SubentType can be one of the following:

AcDb::kNullSubentType (used as a NULL)

AcDb::kFaceSubentType

AcDb::kEdgeSubentType (lines, arcs, etc.)

AcDb::kVertexSubentType

AcDb::kMlineSubentCache

Links

AcDbSubentId Constructor, AcDbSubentId Methods, AcDbSubentId Operators

See Also

AcDbFullSubentPath

Was this information helpful?