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 > IGeometryDef Interface > IGeometryDef.GridCount Property (ArcObjects .NET 10.5 SDK) |
The number of spatial index grids.
[Visual Basic .NET] Public ReadOnly Property GridCount As Integer
[C#] public int GridCount {get;}
[C++]
HRESULT get_GridCount(
long* grids
);
[C++]
Parameters grids [out, retval] grids is a parameter of type long
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.