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


IRealTimeDestination.DestinationTextSymbol 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.DestinationTextSymbol Property
ArcGIS Developer Help

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