This document is archived and information here might be outdated.  Recommended version.


IGPFeatureClassDomain.DeleteFeatureType Method (ArcObjects .NET 10.4 SDK)
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