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 > CreateFeatureclass Class : spatial_grid_1 Property




The Spatial Grid 1, 2, and 3 parameters are used to compute a spatial index and only apply to file geodatabases 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. Since no features are written by this tool, the spatial index will be in an unbuilt state. The index will be built when features are written to the feature class such as by the Append tool or editing operations. For more information about this parameter, refer to the Add Spatial Index tool documentation. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property spatial_grid_1 As Double
Visual Basic (Usage)Copy Code
Dim instance As CreateFeatureclass
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.