ArcGIS Pro 2.6 API Reference Guide
SetTrackLinesVisibility Method

ArcGIS.Desktop.Mapping Namespace > FeatureLayer Class : SetTrackLinesVisibility Method
Indicates whether Track Lines should be displayed.
Specifies whether to display Track Lines or not.
Syntax
public void SetTrackLinesVisibility( 
   bool trackLinesVisible
)
Public Sub SetTrackLinesVisibility( _
   ByVal trackLinesVisible As Boolean _
) 

Parameters

trackLinesVisible
Indicates whether Track Lines should be displayed.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
This feature layer does not support tracks.
Remarks
Non-track aware layers will throw a System.InvalidOperationException
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

FeatureLayer Class
FeatureLayer Members