ArcObjects Library Reference (GeoDatabase)  

ITimeQueryFilter.OutputTimeReference Property

Output time reference.

ERROR: Syntax information about ITimeQueryFilter.OutputTimeReference may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.GeoDatabase.dll

[C++]
HRESULT get_OutputTimeReference(
  ITimeReference** TimeReference
);
[C++]
HRESULT putref_OutputTimeReference(
  ITimeReference* TimeReference
);
[C++]

Parameters

TimeReference [out, retval]

  TimeReference is a parameter of type ITimeReference

TimeReference [in]

  TimeReference is a parameter of type ITimeReference

Product Availability

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

See Also

ITimeQueryFilter Interface