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


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

IGPSAGeoDataDomain.RemoveGeometryType Method

Removes an esriGeometryType.

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

IGPSAGeoDataDomain Interface