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


ITemporalObservationsTable.PurgeRule Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITemporalObservationsTable Interface > ITemporalObservationsTable.PurgeRule Property
ArcGIS Developer Help

ITemporalObservationsTable.PurgeRule Property

Identifies the purge rule to apply when PruneTable method is called (via user S/W or auto purge criteria).

[Visual Basic .NET]
Public Property PurgeRule As enumPurgeRule
[C#]
public enumPurgeRule PurgeRule {get; set;}
[C++]
HRESULT get_PurgeRule(
  enumPurgeRule* pVal
);
[C++]
HRESULT put_PurgeRule(
  enumPurgeRule pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type enumPurgeRule* pVal [in]
pVal is a parameter of type enumPurgeRule

Product Availability

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

See Also

ITemporalObservationsTable Interface