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.ElevatedLinesLength Property (ArcObjects .NET 10.5 SDK) |
Indicates the length of the elevated lines.
[Visual Basic .NET] Public Property ElevatedLinesLength As Double
[C#] public double ElevatedLinesLength {get; set;}
[C++]
HRESULT get_ElevatedLinesLength(
double* length
);
[C++]
HRESULT put_ElevatedLinesLength(
double length
);
[C++]
Parameters length [out, retval] length is a parameter of type double length [in] length is a parameter of type double