ArcObjects Library Reference (Geoprocessing)  

IGPFieldDomain.DeleteType Method

Remove a field type.

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

Parameters

Type [in]

  Type is a parameter of type esriFieldType

Product Availability

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

See Also

IGPFieldDomain Interface