ArcObjects Library Reference (Location)  

IRouteLocator.HasSpatialIndex Property

Indicates if the route feature class has a spatial index.

[Visual Basic .NET]
Public ReadOnly Property HasSpatialIndex As Boolean
[C#]
public bool HasSpatialIndex {get;}
[C++]
HRESULT get_HasSpatialIndex(
  VARIANT_BOOL* HasSpatialIndex
);
[C++]

Parameters

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

Product Availability

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

See Also

IRouteLocator Interface