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


IRealTimeDestination.DestinationSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRealTimeDestination Interface > IRealTimeDestination.DestinationSymbol Property
ArcGIS Developer Help

IRealTimeDestination.DestinationSymbol Property

The symbol used to show the destination.

[Visual Basic .NET]
Public Property DestinationSymbol As IMarkerSymbol
[C#]
public IMarkerSymbol DestinationSymbol {get; set;}
[C++]
HRESULT get_DestinationSymbol(
  IMarkerSymbol** ppSymbol
);
[C++]
HRESULT putref_DestinationSymbol(
  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