This document is archived and information here might be outdated.  Recommended version.


IDimensionGraphic.NativeUnits Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionGraphic Interface > IDimensionGraphic.NativeUnits Property
ArcGIS Developer Help

IDimensionGraphic.NativeUnits Property

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.

See Also

IDimensionGraphic Interface