ArcGIS Pro 2.6 API Reference Guide
GetIsVisibleAtTime Method

ArcGIS.Desktop.Mapping Namespace > ViewAnimation Class : GetIsVisibleAtTime Method
The layer in the map.
The time at which to return the layer visibility.
Gets a value that indicates if the layer is visible at the specified time in the track. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public bool GetIsVisibleAtTime( 
   Layer layer,
   TimeSpan time
)
Public Function GetIsVisibleAtTime( _
   ByVal layer As Layer, _
   ByVal time As TimeSpan _
) As Boolean

Parameters

layer
The layer in the map.
time
The time at which to return the layer visibility.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ViewAnimation Class
ViewAnimation Members