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


ITemporalObservationsTable.PurgeRule Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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