Property TimeExtent
TimeExtent
Gets or sets TimeExtent of the GeoView.
Declaration
public TimeExtent TimeExtent { get; set; }
Property Value
Type | Description |
---|---|
TimeExtent | TimeExtent of the GeoView. |
Remarks
The TimeExtent defines how time-enabled data is displayed in the GeoView. 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. For example, 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 theGeoView, no time
filtering is applied and all content is rendered.
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Windows | 100.13 - 200.5 |