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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
If the current DimensionStyle supports text value conversion, the native units and transformation can be set with the NativeUnits and NativeTransformation properties.