Class Hierarchy
AcRxObject AcGiDrawable AcDbObject AcDbAssocActionParam AcDbAssocCompoundActionParam AcDbAssocPathActionParam
C++
class AcDbAssocPathActionParam : public AcDbAssocCompoundActionParam;
File
AcDbAssocPathActionParam.h
Description
Action parameter that maintains a sequence of edges. It is an AcDbAssocCompoundActionParam that owns AcDbAssocEdgeActionParams that represent the individual segments of the path.