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


ICadastralAdjustmentLevel.Reset Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Cadastral > ESRI.ArcGIS.Cadastral > Interfaces > IC > ICadastralAdjustmentLevel Interface > ICadastralAdjustmentLevel.Reset Method
ArcGIS Developer Help

ICadastralAdjustmentLevel.Reset Method

Reset the next feature-class/adjustment-level pair to the first pair.

[Visual Basic .NET]
Public Sub Reset ( _
)
[C#]
public void Reset (
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Reset the next feature class ID, adjustment level pair to be retrieved by the Next method to the first pair.

[C++]

HRESULT Reset();

See Also

ICadastralAdjustmentLevel Interface