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


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

IGPDatasetDomain.AddType Method

Add a dataset type.

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

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

Product Availability

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

See Also

IGPDatasetDomain Interface