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


IAnnotateLayerTransformationProperties.Units Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotateLayerTransformationProperties Interface > IAnnotateLayerTransformationProperties.Units Property
ArcGIS Developer Help

IAnnotateLayerTransformationProperties.Units Property

The units of the world coordinates.

[Visual Basic .NET]
Public Property Units As esriUnits
[C#]
public esriUnits Units {get; set;}
[C++]
HRESULT get_Units(
  esriUnits* unitsCode
);
[C++]
HRESULT put_Units(
  esriUnits unitsCode
);
[C++]
Parameters
unitsCode [out, retval]

unitsCode is a parameter of type esriUnits* unitsCode [in]
unitsCode is a parameter of type esriUnits

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAnnotateLayerTransformationProperties Interface