ArcObjects Library Reference (Geometry)  

ISpatialIndex.AllowIndexing Property

Indicates whether to allow a spatial index to be created for this geometry.

[Visual Basic .NET]
Public Property AllowIndexing As Boolean
[C#]
public bool AllowIndexing {get; set;}
[C++]
HRESULT get_AllowIndexing(
  VARIANT_BOOL* AllowIndexing
);
[C++]
HRESULT put_AllowIndexing(
  VARIANT_BOOL AllowIndexing
);
[C++]

Parameters

AllowIndexing [out, retval]   AllowIndexing is a parameter of type VARIANT_BOOL AllowIndexing   AllowIndexing is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISpatialIndex Interface

.NET Related Topics

Executing spatial queries | Querying geodatabase tables