ArcObjects Library Reference (Geoprocessing)  

IGPArcInfoItemDomain.AddType Method

Add an item type.

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

Parameters

Type [in]

  Type is a parameter of type esriArcInfoItemType

Product Availability

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

See Also

IGPArcInfoItemDomain Interface