IAcadTableSetCellGridVisibility
Method
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
void SetCellGridVisibility(
        int row,
        int col,
        int edges,
        bool bValue
)
 
Sub SetCellGridVisibility ( 
        row As Integer,
        col As Integer,
        edges As Integer,
        bValue As Boolean
)
 
void SetCellGridVisibility(
        [InAttribute] int row, 
        [InAttribute] int col, 
        [InAttribute] int edges, 
        [InAttribute] bool bValue
)
 
abstract SetCellGridVisibility : 
        row : int * 
        col : int * 
        edges : int * 
        bValue : bool -> unit 
 
 
 
Parameters
- row  Int32
 
-  
 
- col  Int32
 
-  
 
- edges  Int32
 
-  
 
- bValue  Boolean
 
-  
 
 
See Also