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




Cell size of the second spatial grid. Leave the size at 0 if you only want one grid. Otherwise, set the size to at least three times larger than Spatial Grid 1. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.