ArcObjects Library Reference (Geoprocessing)  

IGPFeatureClassDomain.DeleteFeatureType Method

Remove a feature class type.

[Visual Basic .NET]
Public Sub DeleteFeatureType ( _
    ByVal Type As esriFeatureType _
)
[C#]
public void DeleteFeatureType (
    esriFeatureType Type
);
[C++]
HRESULT DeleteFeatureType(
  esriFeatureType Type
);
[C++]

Parameters

Type [in]

  Type is a parameter of type esriFeatureType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPFeatureClassDomain Interface