Show / Hide Table of Contents

Method InitializeTimePropertiesAsync

| Edit this page View Source

InitializeTimePropertiesAsync(GeoView?)

Initializes the time slider's temporal properties based on the specified GeoView. Specifically, this will initialize FullExtent, TimeStepInterval, and CurrentExtent.

Declaration
public Task InitializeTimePropertiesAsync(GeoView? geoView)
Parameters
Type Name Description
GeoView geoView

The GeoView to use to initialize the time-slider's properties.

Returns
Type Description
Task

Task.

| Edit this page View Source

InitializeTimePropertiesAsync(ITimeAware)

Initializes the time slider's temporal properties based on the specified time-aware layer. Specifically, this will initialize FullExtent, TimeStepInterval, and CurrentExtent.

Declaration
public Task InitializeTimePropertiesAsync(ITimeAware timeAwareLayer)
Parameters
Type Name Description
ITimeAware timeAwareLayer

The layer to use to initialize the time slider.

Returns
Type Description
Task

Task.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX