This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Cadastral > ESRI.ArcGIS.Cadastral > Interfaces > IC > ICadastralAdjustmentLevel Interface > ICadastralAdjustmentLevel.Delete Method (ArcObjects .NET 10.5 SDK) |
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 );
Delete a feature class, and its adjustment level association from the database.
The feature class ID must not be negative.