Overload List
| Method | Description |
|---|---|
AcDbFullSubentPath::AcDbFullSubentPath () | Default constructor initializes embedded AcDbSubentId's subent type to kNullSubentType and index to kNullSubentIndex. The embedded AcDbObjectIdArray is initialized via its default constructor. |
AcDbFullSubentPath::AcDbFullSubentPath (AcDb::SubentType, Adesk::GsMarker) | Uses typeand index to initialize the embedded AcDbSubentId object. The objectId array is initialized via its default constructor. |
AcDbFullSubentPath::AcDbFullSubentPath (AcDbFullSubentPath&) | Copy constructor. Copies the data of id into this AcDbFullSubentPath object. |
AcDbFullSubentPath::AcDbFullSubentPath (AcDbObjectId, AcDb::SubentType, Adesk::GsMarker) | Appends entId to the embedded AcDbObjectIdArray and initializes the embedded AcDbSubentId object with type and index. |
AcDbFullSubentPath::AcDbFullSubentPath (AcDbObjectId, AcDbSubentId) | Appends entId to the embedded AcDbObjectIdArray and initializes the embedded AcDbSubentId object with subId. |
AcDbFullSubentPath::AcDbFullSubentPath (AcDbObjectIdArray, AcDbSubentId) | Initializes the embedded AcDbObjectIdArray withobjectIds and the embedded AcDbSubentId with subId. |
