This document is archived and information here might be outdated. Recommended version. |
Indicates if the feature class has a spatial index.
[Visual Basic .NET]
Public Property HasSpatialIndex As Boolean
[C#]
public bool HasSpatialIndex {get; set;}
[C++]
HRESULT get_HasSpatialIndex(
Boolean* HasSpatialIndex
);
[C++]
HRESULT put_HasSpatialIndex(
VARIANT_BOOL HasSpatialIndex
);
[C++] Parameters HasSpatialIndex [out, retval]
HasSpatialIndex is a parameter of type bool* HasSpatialIndex [in]
HasSpatialIndex is a parameter of type bool