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


IRelateDescription.OutputTimeReference Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRelateDescription.OutputTimeReference Property

Output time reference for the time fields.

[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

IRelateDescription Interface