C++
AcDbObjectId getDimstyleChildId( const AcRxClass * pDimClass, AcDbObjectId & parentStyle ) const;
Description
Given a parent dimension style ID and a dimension class descriptor, this function returns the child dimension style ID, if available, for the given dimension type.
Returns the given parent dimension style ID if a child dimension style corresponding to the given dimension class is not available.
Parameters
Parameters | Description |
---|---|
pDimClass | Input dimension class descriptor |
parentStyle | Input parent dimension style ID |