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


ISpatialIndex.AllowIndexing Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpatialIndex Interface > ISpatialIndex.AllowIndexing Property
ArcGIS Developer Help

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(
  Boolean* AllowIndexing
);
[C++]
Parameters
AllowIndexing 

AllowIndexing is a parameter of type bool AllowIndexing [out, retval]
AllowIndexing is a parameter of type bool*

Product Availability

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

See Also

ISpatialIndex Interface