This document is archived and information here might be outdated. Recommended version. |
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*