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


IRealTimeDestination.DestinationTextSymbol Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRealTimeDestination.DestinationTextSymbol Property

The text symbol used to display the destination label.

[Visual Basic .NET]
Public Property DestinationTextSymbol As ITextSymbol
[C#]
public ITextSymbol DestinationTextSymbol {get; set;}
[C++]
HRESULT get_DestinationTextSymbol(
  ITextSymbol** ppSymbol
);
[C++]
HRESULT putref_DestinationTextSymbol(
  ITextSymbol* ppSymbol
);
[C++]

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

Product Availability

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

See Also

IRealTimeDestination Interface