ArcObjects Library Reference (Geoprocessing)  

IGPDatasetDomain.DeleteType Method

Remove a dataset type.

[Visual Basic .NET]
Public Sub DeleteType ( _
    ByVal Type As esriDatasetType _
)
[C#]
public void DeleteType (
    esriDatasetType Type
);
[C++]
HRESULT DeleteType(
  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