This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackingGlobeLayerLeaderLines Interface > ITrackingGlobeLayerLeaderLines.ElevatedLinesUseSymbolColor Property (ArcObjects .NET 10.5 SDK) |
Indicates whether the elevated line will be colored according to the elevated lines color property or according to the symbolized feature it points to.
[Visual Basic .NET] Public Property ElevatedLinesUseSymbolColor As Boolean
[C#] public bool ElevatedLinesUseSymbolColor {get; set;}
[C++]
HRESULT get_ElevatedLinesUseSymbolColor(
VARIANT_BOOL* useSymbolColor
);
[C++]
HRESULT put_ElevatedLinesUseSymbolColor(
VARIANT_BOOL useSymbolColor
);
[C++]
Parameters useSymbolColor [out, retval] useSymbolColor is a parameter of type VARIANT_BOOL useSymbolColor [in] useSymbolColor is a parameter of type VARIANT_BOOL