public SpatialIndexDescription( string IndexName, FeatureClassDescription featureClassDescription )
Public Function New( _ ByVal IndexName As String, _ ByVal featureClassDescription As FeatureClassDescription _ )
Parameters
- IndexName
- The name of the index description.
- featureClassDescription
- The description object representing the ArcGIS.Core.Data.FeatureClass that will hold the index.