ArcObjects Library Reference (Geoprocessing)  

IGPSAGeoDataDomain.GeometryTypes Property

All esriGeometryTypes.

[Visual Basic .NET]
Public ReadOnly Property GeometryTypes As IEnumGeometryType
[C#]
public IEnumGeometryType GeometryTypes {get;}
[C++]
HRESULT get_GeometryTypes(
  IEnumGeometryType** types
);
[C++]

Parameters

types [out, retval]

  types is a parameter of type IEnumGeometryType

Product Availability

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

See Also

IGPSAGeoDataDomain Interface