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.ElevatedLinesStyle Property (ArcObjects .NET 10.5 SDK) |
Indicates the style of the elevated lines, and whether or not to elevate the symbols so they don't sink into the globe.
[Visual Basic .NET] Public Property ElevatedLinesStyle As esriTrackingElevatedLineStyle
[C#] public esriTrackingElevatedLineStyle ElevatedLinesStyle {get; set;}
[C++]
HRESULT get_ElevatedLinesStyle(
esriTrackingElevatedLineStyle* style
);
[C++]
HRESULT put_ElevatedLinesStyle(
esriTrackingElevatedLineStyle style
);
[C++]
Parameters style [out, retval]
style is a parameter of type esriTrackingElevatedLineStyle style [in]
style is a parameter of type esriTrackingElevatedLineStyle