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


IRealTimeDestination.BearingToDestinationSymbol Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRealTimeDestination.BearingToDestinationSymbol Property

The marker symbol used to point to the destination.

[Visual Basic .NET]
Public Property BearingToDestinationSymbol As IMarkerSymbol
[C#]
public IMarkerSymbol BearingToDestinationSymbol {get; set;}
[C++]
HRESULT get_BearingToDestinationSymbol(
  IMarkerSymbol** ppSymbol
);
[C++]
HRESULT putref_BearingToDestinationSymbol(
  IMarkerSymbol* ppSymbol
);
[C++]

Parameters ppSymbol [out, retval]
ppSymbol is a parameter of type IMarkerSymbol ppSymbol [in]
ppSymbol is a parameter of type IMarkerSymbol

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRealTimeDestination Interface