C++
Acad::ErrorStatus setCannoscale( AcDbAnnotationScale* );
Description
Sets an AcDbAnnotationScaleobject which will be the CANNOSCALE value for the database when model space is current.
See the System Variables section of the AutoCAD Command Reference for information on CANNOSCALE.
This is an AcDbDatabase Header Variable Edit Function.
Returns Acad::eOk if successful; otherwise, returns an AutoCAD error status.
Parameters
Parameters | Description |
---|---|
pScale | Input a pointer to an AcDbAnnotationScale whose uniqueIdentifier is not null. |