This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionGraphic Interface > IDimensionGraphic.NativeUnits Property (ArcObjects .NET 10.4 SDK) |
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.