ESRI.ArcGIS.DataManagementTools
spatial_grid_1 Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > AddSpatialIndex Class : spatial_grid_1 Property




The Spatial Grid 1, 2, and 3 parameters apply only to file geodatabase and certain ArcSDE geodatabase feature classes. If you are unfamiliar with setting grid sizes, leave these options as 0,0,0, and ArcGIS will compute optimal sizes for you. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property spatial_grid_1 As Double
Visual Basic (Usage)Copy Code
Dim instance As AddSpatialIndex
Dim value As Double
 
instance.spatial_grid_1 = value
 
value = instance.spatial_grid_1
C# 
public double spatial_grid_1 {get; set;}

See Also

© 2010 All Rights Reserved.