Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
bool IsEmpty(
        int nRow,
        int nCol
)
 
Function IsEmpty ( 
        nRow As Integer,
        nCol As Integer
) As Boolean
 
bool IsEmpty(
        [InAttribute] int nRow, 
        [InAttribute] int nCol
)
 
abstract IsEmpty : 
        nRow : int * 
        nCol : int -> bool 
 
 
 
Parameters
- nRow  Int32
 
-  
 
- nCol  Int32
 
-  
 
Return Value
Boolean
 
See Also