IAcadTableGetCellGridVisibility
Method
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
bool GetCellGridVisibility(
        int row,
        int col,
        AcCellEdgeMask edge
)
 
Function GetCellGridVisibility ( 
        row As Integer,
        col As Integer,
        edge As AcCellEdgeMask
) As Boolean
 
bool GetCellGridVisibility(
        [InAttribute] int row, 
        [InAttribute] int col, 
        [InAttribute] AcCellEdgeMask edge
)
 
abstract GetCellGridVisibility : 
        row : int * 
        col : int * 
        edge : AcCellEdgeMask -> bool 
 
 
 
Parameters
- row  Int32
 
-  
 
- col  Int32
 
-  
 
- edge  AcCellEdgeMask
 
-  
 
Return Value
Boolean
 
See Also