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


IDirectionalVectorRendererProperties.SpeedField Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > ID > IDirectionalVectorRendererProperties Interface > IDirectionalVectorRendererProperties.SpeedField Property
ArcGIS Developer Help

IDirectionalVectorRendererProperties.SpeedField Property

Provides field name containing speed; empty indicates speed is to be calculated. This property is for a future enhancement.

[Visual Basic .NET]
Public Property SpeedField As String
[C#]
public string SpeedField {get; set;}
[C++]
HRESULT get_SpeedField(
void
);
[C++]
HRESULT put_SpeedField(
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IDirectionalVectorRendererProperties Interface