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


ITrackingGlobeLayerLeaderLines.ElevatedLinesPointUseSymbolColor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackingGlobeLayerLeaderLines Interface > ITrackingGlobeLayerLeaderLines.ElevatedLinesPointUseSymbolColor Property
ArcGIS Developer Help

ITrackingGlobeLayerLeaderLines.ElevatedLinesPointUseSymbolColor Property

Indicates whether the color of the point located at the base of the elevated lines will be colored according to the elevated lines point color property or according to the symbolized feature it points to.

[Visual Basic .NET]
Public Property ElevatedLinesPointUseSymbolColor As Boolean
[C#]
public bool ElevatedLinesPointUseSymbolColor {get; set;}
[C++]
HRESULT get_ElevatedLinesPointUseSymbolColor(
  Boolean* useSymbolColor
);
[C++]
HRESULT put_ElevatedLinesPointUseSymbolColor(
  VARIANT_BOOL useSymbolColor
);
[C++]
Parameters
useSymbolColor [out, retval]

useSymbolColor is a parameter of type bool* useSymbolColor [in]
useSymbolColor is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITrackingGlobeLayerLeaderLines Interface