Share

AcDbDatabase::measurement

C++

AcDb::MeasurementValue measurement() const;

Description

Returns the current MEASUREMENT value for the database. Will be one of an AcDb::MeasurementValue defined as:

enum MeasurementValue {
    kEnglish = 0,
    kMetric  = 1,
};

See the System Variables section of the AutoCAD Command Reference for information on MEASUREMENT.

Links

AcDbDatabase Class

Was this information helpful?