ArcObjects Library Reference (Cadastral)  

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++]

See Also

ICadastralAdjustmentLevel Interface