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