ArcObjects Library Reference (TrackingAnalyst)  

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(
  BSTR* pbstrSpeed
);
[C++]
HRESULT put_SpeedField(
  BSTR pbstrSpeed
);
[C++]

Parameters

pbstrSpeed [out, retval]   pbstrSpeed is a parameter of type BSTR pbstrSpeed [in]   pbstrSpeed is a parameter of type BSTR

Product Availability

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

See Also

IDirectionalVectorRendererProperties Interface