com.esri.arcgis.geodatabase
Interface IObjectClass2
- All Superinterfaces:
- Serializable
public interface IObjectClass2
- extends Serializable
Provides access to members that return information about an object class.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
rebuildSpatialIndex
void rebuildSpatialIndex(IIndex index)
throws IOException,
AutomationException
- Rebuild the spatial index of this object class.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
index
- A reference to a com.esri.arcgis.geodatabase.IIndex (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.