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




The Output Spatial Grid 1, 2, and 3 parameters are used to compute a spatial index and only apply to file geodatabases and ArcSDE geodatabases. 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 CreateRasterCatalog
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.