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

In This Topic
    GetTransparencyAtTime Method
    In This Topic
    Gets the transparency of a layer at a specified time in the track. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public double GetTransparencyAtTime( 
       Layer layer,
       TimeSpan time
    )
    Public Function GetTransparencyAtTime( _
       ByVal layer As Layer, _
       ByVal time As TimeSpan _
    ) As Double

    Parameters

    layer
    The layer in the map.
    time
    The time at which to return the layer transparency.
    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