ArcGIS Pro 2.6 API Reference Guide
GetTransparencyAtTime Method

ArcGIS.Desktop.Mapping Namespace > ViewAnimation Class : GetTransparencyAtTime Method
The layer in the map.
The time at which to return the layer transparency.
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 10, Windows 8.1, Windows 7

See Also

Reference

ViewAnimation Class
ViewAnimation Members