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


IVectorFieldRenderer.FromUnit Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IVectorFieldRenderer.FromUnit Property

The unit of input data.

[Visual Basic .NET]
Public Property FromUnit As esriSpeedUnits
[C#]
public esriSpeedUnits FromUnit {get; set;}
[C++]
HRESULT get_FromUnit(
  esriSpeedUnits* pValue
);
[C++]
HRESULT put_FromUnit(
  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