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.SmoothElevatedLinesPoint Property (ArcObjects .NET 10.5 SDK) |
Indicates whether to smooth the point located at the base of the elevated lines.
[Visual Basic .NET] Public Property SmoothElevatedLinesPoint As Boolean
[C#] public bool SmoothElevatedLinesPoint {get; set;}
[C++]
HRESULT get_SmoothElevatedLinesPoint(
VARIANT_BOOL* smooth
);
[C++]
HRESULT put_SmoothElevatedLinesPoint(
VARIANT_BOOL smooth
);
[C++]
Parameters smooth [out, retval] smooth is a parameter of type VARIANT_BOOL smooth [in] smooth is a parameter of type VARIANT_BOOL