Share

acedGetFullSubentPathArray

C++

ACCORE_PORT bool acedGetFullSubentPathArray(
    AcEdSelectionSetService* service, 
    bool bIsSubSelectionIndex, 
    int index, 
    AcDbFullSubentPathArray& fullPaths
);

File

aced.h

Description

Gets the full subent path from selection set.

Was this information helpful?