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


IGPCoverageFeatureClassDomain.AddType Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPCoverageFeatureClassDomain.AddType Method

Add a coverage feature class type.

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

Parameters Type [in]
Type is a parameter of type esriCoverageFeatureClassType

Product Availability

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

See Also

IGPCoverageFeatureClassDomain Interface