ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.DDL Namespace / SchemaBuilder Class / RemoveFeatureClass Method / RemoveFeatureClass(FeatureDatasetDescription,FeatureClassDescription) Method
Indicates the ArcGIS.Core.Data.FeatureDataset where the ArcGIS.Core.Data.FeatureClass will be removed.
Indicates the ArcGIS.Core.Data.FeatureClass to remove.

In This Topic
    RemoveFeatureClass(FeatureDatasetDescription,FeatureClassDescription) Method
    In This Topic
    Enqueue the Remove operation on the object referred to by the FeatureDatasetDescription and the FeatureClassDescription.
    Syntax

    Parameters

    featureDatasetDescription
    Indicates the ArcGIS.Core.Data.FeatureDataset where the ArcGIS.Core.Data.FeatureClass will be removed.
    featureClassDescription
    Indicates the ArcGIS.Core.Data.FeatureClass to remove.
    Exceptions
    Remarks
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also