Property TimeExtent
TimeExtent
Gets or sets the time extent that is applied to layers within the view
Declaration
public TimeExtent TimeExtent { get; set; }
Property Value
Type | Description |
---|---|
TimeExtent | The time extent that is applied to layers within the view |
Remarks
The Time Extent of the GeoView defines how time-enabled data is displayed.
Participating layers filter their data to only show data within the time
extent set on the GeoView (see ITimeAware
for details). The range of the time extent includes the start and end values
(a feature at 10/24/2016 would be included in a time extent defined as
10/24/2016 - 11/14/2016). Time filtering is not enabled until a non-null
time extent is set on the GeoView. When the time extent is null
on the
GeoView, no time filtering is applied.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET 6.0 Windows | 100.13 - 100.15 |