ArcObjects Library Reference (TrackingAnalyst)  

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(
  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

Product Availability

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

See Also

ITrackingGlobeLayerLeaderLines Interface