Share

AcDbDatabase::getDimstyleData

C++

Acad::ErrorStatus getDimstyleData(
    AcDbDimStyleTableRecord*& pRec
) const;

Description

This function copies the database dimension variable values into the AcDbDimStyleTableRecord pointed to by pRec.

Parameters

Parameters Description
pRec Input pointer to an existing AcDbDimStyleTableRecord to which the dimension variable data will be copied

Links

AcDbDatabase Class

Was this information helpful?