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


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

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