ArcObjects Library Reference (Carto)  

IDataObjectGroups.TimeReference Property

Time reference for the features in the array.

[Visual Basic .NET]
Public ReadOnly Property TimeReference As ITimeReference
[C#]
public ITimeReference TimeReference {get;}
[C++]
HRESULT get_TimeReference(
  ITimeReference** TimeReference
);
[C++]

Parameters

TimeReference [out, retval]

  TimeReference is a parameter of type ITimeReference

Product Availability

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

See Also

IDataObjectGroups Interface