Share

AcDbDatabase::getDimstyleParentId

C++

AcDbObjectId getDimstyleParentId(
    AcDbObjectId & childStyle
) const;

Description

Given a child dimension style ID, this function returns the parent dimension style ID. If the parent is unavailable, the given child dimension style ID is returned.

Parameters

Parameters Description
childStyle Input child dimension style ID

Links

AcDbDatabase Class

Was this information helpful?