ArcObjects Library Reference (Geoprocessing)  

IGPFileDomain.AddType Method

Add a data element type.

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

Parameters

Type [in]   Type is a parameter of type BSTR

Product Availability

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

See Also

IGPFileDomain Interface