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


ITimeQueryFilter.OutputTimeReference Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITimeQueryFilter.OutputTimeReference Property

Output time reference.

[Visual Basic .NET]
Public Property OutputTimeReference As ITimeReference
[C#]
public ITimeReference OutputTimeReference {get; set;}
[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