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


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

ITrackingGlobeLayerLeaderLines.SmoothElevatedLinesPoint Property

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(
  Boolean* smooth
);
[C++]
HRESULT put_SmoothElevatedLinesPoint(
  VARIANT_BOOL smooth
);
[C++]
Parameters
smooth [out, retval]

smooth is a parameter of type bool* smooth [in]
smooth is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITrackingGlobeLayerLeaderLines Interface