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.ElevatedLinesPointColor Property (ArcObjects .NET 10.5 SDK) |
Specifies the color of the point located at the base of the elevated lines.
[Visual Basic .NET] Public Property ElevatedLinesPointColor As IColor
[C#] public IColor ElevatedLinesPointColor {get; set;}
[C++]
HRESULT get_ElevatedLinesPointColor(
IColor** color
);
[C++]
HRESULT put_ElevatedLinesPointColor(
IColor* color
);
[C++]
Parameters color [out, retval]
color is a parameter of type IColor color [in]
color is a parameter of type IColor