Share

AcDbDatabase::setMeasurement

C++

Acad::ErrorStatus setMeasurement(
    AcDb::MeasurementValue type
);

Description

Sets the current MEASUREMENT value for the database. type must be one of the AcDb::MeasurementValue enumeration values (kEnglish or kMetric).

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

Parameters

Parameters Description
type Type of units to use for measurement

Links

AcDbDatabase Class

Was this information helpful?