C++
ACDBCORE2D_PORT ADESK_SEALED_VIRTUAL Acad::ErrorStatus addSubentPaths( const AcDbFullSubentPathArray& newPaths );
Description
Adds one or more subentities to an entity.
The prototype of this method is provided for completeness of the subentity manipulation APIs. AutoCAD will never call this method on a custom object.
Returns Acad::eOk if successful. The default implementation returns Acad::eNotAvailable.
Parameters
Parameters | Description |
---|---|
newPaths | Input an array of AcDbFullSubentPath identifiers to add to the entity. |