ArcObjects Library Reference (Geoprocessing)  

IGPFeatureClassDomain.AddFeatureType Method

Add a feature class type.

[Visual Basic .NET]
Public Sub AddFeatureType ( _
    ByVal Type As esriFeatureType _
)
[C#]
public void AddFeatureType (
    esriFeatureType Type
);
[C++]
HRESULT AddFeatureType(
  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

.NET Related Topics

Building a custom geoprocessing function tool