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