ArcObjects Library Reference (Geoprocessing)  

IGPFeatureClassDomain.DeleteType Method

Remove a shape type.

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

Parameters

Type [in]

  Type is a parameter of type esriGeometryType

Product Availability

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

See Also

IGPFeatureClassDomain Interface