ArcObjects Library Reference (Cadastral)  

ICadastralAdjustmentLevel.Delete Method

Delete the entry for a feature class from the adjustment level table.

[Visual Basic .NET]
Public Sub Delete ( _
    ByVal featureClassID As Integer _
)
[C#]
public void Delete (
    int featureClassID
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Delete a feature class, and its adjustment level association from the database.

The feature class ID must not be negative.

[C++]

See Also

ICadastralAdjustmentLevel Interface