Share

AcDMMEPlotProperty::SetUnits

C++

void SetUnits(
    const wchar_t * units
);

Description

Mutator for the optional units attribute.

The units string is appended to the value string by the viewer when it displays properties. The convention is that units strings should be English and obvious (standard) abbreviations wherever possible. Examples include mm, cm, m, km, in, ft, yd, and mi.

Parameters

Parameters Description
units Input Unicode string for the DWF units of the property

Links

AcDMMEPlotProperty

Was this information helpful?