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


ITrackingGlobeLayerLeaderLines.LeaderLinesColor Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITrackingGlobeLayerLeaderLines.LeaderLinesColor Property

Specifies the color of the leader line.

[Visual Basic .NET]
Public Property LeaderLinesColor As IColor
[C#]
public IColor LeaderLinesColor {get; set;}
[C++]
HRESULT get_LeaderLinesColor(
  IColor** color
);
[C++]
HRESULT put_LeaderLinesColor(
  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