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


ITrackingGlobeLayerLeaderLines.ElevatedLinesColor 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.ElevatedLinesColor Property
ArcGIS Developer Help

ITrackingGlobeLayerLeaderLines.ElevatedLinesColor Property

Specifies the color of the elevated lines.

[Visual Basic .NET]
Public Property ElevatedLinesColor As IColor
[C#]
public IColor ElevatedLinesColor {get; set;}
[C++]
HRESULT get_ElevatedLinesColor(
  IColor** color
);
[C++]
HRESULT put_ElevatedLinesColor(
  IColor* color
);
[C++]
Parameters
color [out, retval]

color is a parameter of type IColor** color [in]
color is a parameter of type IColor*

Product Availability

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

See Also

ITrackingGlobeLayerLeaderLines Interface