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