This document is archived and information here might be outdated.  Recommended version.


ITemporalSearch.QueryTemporalExtent Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ITemporalSearch.QueryTemporalExtent Method

Queries temporal data within the full temporal extent of the dataset.

[Visual Basic .NET]
Public Sub QueryTemporalExtent ( _
    ByRef pvarStartTime As Object, _
    ByRef pvarEndTime As Object _
)
[C#]
public void QueryTemporalExtent (
    ref object pvarStartTime,
    ref object pvarEndTime
);
[C++]
HRESULT QueryTemporalExtent(
  VARIANT* pvarStartTime,
  VARIANT* pvarEndTime
);
[C++]

Parameters pvarStartTime [in, out] pvarStartTime is a parameter of type VARIANT pvarEndTime [in, out] pvarEndTime is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITemporalSearch Interface