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


IVectorFieldRenderer.ToUnit Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IV > IVectorFieldRenderer Interface > IVectorFieldRenderer.ToUnit Property
ArcGIS Developer Help

IVectorFieldRenderer.ToUnit Property

The unit of output data.

[Visual Basic .NET]
Public Property ToUnit As esriSpeedUnits
[C#]
public esriSpeedUnits ToUnit {get; set;}
[C++]
HRESULT get_ToUnit(
  esriSpeedUnits* pValue
);
[C++]
HRESULT put_ToUnit(
  esriSpeedUnits pValue
);
[C++]
Parameters
pValue [out, retval]

pValue is a parameter of type esriSpeedUnits* pValue [in]
pValue is a parameter of type esriSpeedUnits

Product Availability

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

See Also

IVectorFieldRenderer Interface