This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > ID > IDirectionalVectorRendererProperties Interface > IDirectionalVectorRendererProperties.HeadingField Property (ArcObjects .NET 10.5 SDK) |
Provides field name containing heading; empty indicates heading is to be calculated. This property is for a future enhancement.
[Visual Basic .NET] Public Property HeadingField As String
[C#] public string HeadingField {get; set;}
[C++]
HRESULT get_HeadingField(
BSTR* pbstrHeading
);
[C++]
HRESULT put_HeadingField(
BSTR pbstrHeading
);
[C++]
Parameters pbstrHeading [out, retval] pbstrHeading is a parameter of type BSTR pbstrHeading [in] pbstrHeading is a parameter of type BSTR