The two-dimensional grid system that spans a layer, like a locator grid you might find on a common road map. The first, or lowest, grid level has the smallest cell size.               One to three 2D grids (also referred to as grid levels), each with a distinct cell size, are created for an SDE layer. Set the cell sizes of the other grids to 0 if you only want one; otherwise, set each level at least three times larger than the previous level. (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;} | 
 
            
            
             
            
            
            
            
            
            
            
            
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