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


ITemporalObservationsTable.QueryTemporalExtent Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITemporalObservationsTable.QueryTemporalExtent Method

Provides the time range of all records in the temporal table.

[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 [out] pvarStartTime is a parameter of type VARIANT pvarEndTime [out] pvarEndTime is a parameter of type VARIANT

Product Availability

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

See Also

ITemporalObservationsTable Interface