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


IGPFileDomain.DeleteType Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFileDomain Interface > IGPFileDomain.DeleteType Method
ArcGIS Developer Help

IGPFileDomain.DeleteType Method

Remove a data element type.

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