ArcObjects Library Reference (Geoprocessing)  

IGPSAGeoDataDomain.AddGeometryType Method

Adds an esriGeometryType.

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