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


IXForm.OutUnit Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IX > IXForm Interface > IXForm.OutUnit Property
ArcGIS Developer Help

IXForm.OutUnit Property

Range units.

[Visual Basic .NET]
Public Property OutUnit As esriSRUnitType
[C#]
public esriSRUnitType OutUnit {get; set;}
[C++]
HRESULT get_OutUnit(
  esriSRUnitType* pVal
);
[C++]
HRESULT put_OutUnit(
  esriSRUnitType pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type esriSRUnitType* pVal [in]
pVal is a parameter of type esriSRUnitType

Product Availability

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

See Also

IXForm Interface