Specify a third spatial index for the output feature class, if the output is a shapefile or feature class stored in an ArcSDE geodatabase. For more information, see the Add Spatial Index tool. (In, Optional)
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Property spatial_grid_3 As Double  | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As CopyFeatures
Dim value As Double
 
instance.spatial_grid_3 = value
 
value = instance.spatial_grid_3  | 
 
| C# |   | 
|---|
public double spatial_grid_3 {get; set;} | 
 
            
            
             
            
            
            
            
            
            
            
            
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 
            
            
See Also