IAcadPViewportDisplay Method
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
void Display(
        bool bStatus
)
 
Sub Display ( 
        bStatus As Boolean
)
 
void Display(
        [InAttribute] bool bStatus
)
 
abstract Display : 
        bStatus : bool -> unit 
 
 
 
Parameters
- bStatus  Boolean
 
-  
 
 
See Also