This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeometryDefEdit Interface > IGeometryDefEdit.GridCount Property (ArcObjects .NET 10.5 SDK) |
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
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.