This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRealTimeDestination Interface > IRealTimeDestination.DestinationTextSymbol Property (ArcObjects .NET 10.5 SDK) |
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