C++
Acad::ErrorStatus acedGetFullSubentPathsForCurrentSelection( const AcDbObjectId& selectedObject, AcDbFullSubentPathArray& selectedSubentities );
File
aced.h
Description
Obtains the selected subentities on the entity specified in the current selection set.
Returns Acad::eOk if successful and subentities are selected. Returns Acad::eSubSelectionSetEmpty if the entity is in the current selection set but none of its subentities are selected. Returns Acad::eKeyNotFound if the entity is not in the current selection set.
Parameters
Parameters | Description |
---|---|
selectedObject | Input the object ID (returned by a prior call to acedGetCurrentSelectionSet()) whose subentities may have been selected |
selectedSubentities | Output the subentities, if any, currently selected on the object |