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


ITemporalRecordSet.OldestFeature Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITemporalRecordSet.OldestFeature Property

Returns success, but does nothing.

[Visual Basic .NET]
Public ReadOnly Property OldestFeature As Object
[C#]
public object OldestFeature {get;}
[C++]
HRESULT get_OldestFeature(
  VARIANT* feature
);
[C++]

Parameters feature [out, retval] feature is a parameter of type VARIANT

Product Availability

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

See Also

ITemporalRecordSet Interface