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


IRelateDescription.OutputTimeReference Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRelateDescription Interface > IRelateDescription.OutputTimeReference Property
ArcGIS Developer Help

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 [in]

TimeReference is a parameter of type ITimeReference* TimeReference [out, retval]
TimeReference is a parameter of type ITimeReference**

Product Availability

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

See Also

IRelateDescription Interface