This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > ID > IDirectionalVectorRendererProperties Interface > IDirectionalVectorRendererProperties.SpeedField Property (ArcObjects .NET 10.4 SDK) |
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