ArcGIS Pro 2.8 API Reference Guide
RemoveFeatureClass Method

ArcGIS.Core.Data.DDL Namespace > SchemaBuilder Class : RemoveFeatureClass Method
Indicates the ArcGIS.Core.Data.FeatureDataset where the ArcGIS.Core.Data.FeatureClass will be removed.
Indicates the ArcGIS.Core.Data.FeatureClass to remove.
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
ExceptionDescription
featureDatasetDescription and/or featureClassDescription is null.
Remarks
Removes a ArcGIS.Core.Data.FeatureClass from the ArcGIS.Core.Data.FeatureDataset
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

SchemaBuilder Class
SchemaBuilder Members