Share

AcDbSubentId Constructor

Overload List

Method Description
AcDbSubentId::AcDbSubentId () Default constructor: Initializes subentity type to kNullSubentType and index to kNullSubentIndex.
AcDbSubentId::AcDbSubentId (AcDb::SubentType, Adesk::GsMarker) Initializes subentity type and index of object with t and i.The index is the graphics system marker for the desired subentity.The SubentType should be the type of the subentity identified by the index. The SubentTypes are:AcDb::kNullSubentTypeAcDb::kFaceSubentTypeAcDb::kEdgeSubentTypeAcDb::kVertexSubentTypeAcDb::kMlineSubentCache
AcDbSubentId::AcDbSubentId (AcRxClass*, Adesk::GsMarker) Constructs a new AcDbSubentId with the specified type class and index, using type AcDb::kClassSubentType.

Was this information helpful?