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


IGeometryDef.GridCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeometryDef Interface > IGeometryDef.GridCount Property
ArcGIS Developer Help

IGeometryDef.GridCount Property

The number of spatial index grids.

[Visual Basic .NET]
Public ReadOnly Property GridCount As Integer
[C#]
public int GridCount {get;}
[C++]
HRESULT get_GridCount(
  System.Int32* grids
);
[C++]
Parameters
grids [out, retval]

grids is a parameter of type long*

Product Availability

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

Remarks

Personal geodatabase feature classes only support one spatial index. Any additional indexes will be ignored. File and ArcSDE geodatabase feature classes support up to 3 spatial indexes.

See Also

IGeometryDef Interface