ArcObjects Library Reference (GeoDatabase)  

IGeometryDefEdit.GridCount Property

The number of spatial index grids.

[Visual Basic .NET]
Public WriteOnly Property GridCount_2
[C#]
public void GridCount_2 {set;}
[C++]
HRESULT put_GridCount(
  long 
);
[C++]

Parameters

[in]    is a parameter of type long

Product Availability

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

Remarks

GridCount specifies the number of spatial index grids. 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. Each additional index must be larger than the previous index.

See Also

IGeometryDefEdit Interface