ArcObjects Library Reference (Geoprocessing)  

IGPSAGeoDataDomain.GeometryTypeCount Property

Geometry type count.

[Visual Basic .NET]
Public ReadOnly Property GeometryTypeCount As Integer
[C#]
public int GeometryTypeCount {get;}
[C++]
HRESULT get_GeometryTypeCount(
  long* pCount
);
[C++]

Parameters

pCount [out, retval]   pCount is a parameter of type long

Product Availability

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

See Also

IGPSAGeoDataDomain Interface