ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ViewAnimation Class / GetIsVisibleAtTime Method
The layer in the map.
The time at which to return the layer visibility.

In This Topic
    GetIsVisibleAtTime Method
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also