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


IGPFeatureClassDomain.AddType Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPFeatureClassDomain.AddType Method

Add a shape type.

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

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

Product Availability

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

See Also

IGPFeatureClassDomain Interface

.NET Related Topics

Building a custom geoprocessing function tool