This document is archived and information here might be outdated. Recommended version. |
The native units of the dimension graphic.
[Visual Basic .NET] Public Property NativeUnits As esriUnits
[C#] public esriUnits NativeUnits {get; set;}
[C++]
HRESULT get_NativeUnits(
esriUnits* Units
);
[C++]
HRESULT put_NativeUnits(
esriUnits Units
);
[C++] Parameters Units [out, retval]
Units is a parameter of type esriUnits* Units [in]
Units is a parameter of type esriUnits
If the current DimensionStyle supports text value conversion, the native units and transformation can be set with the NativeUnits and NativeTransformation properties.