AcadTableClassSetAutoScale Method
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
public virtual void SetAutoScale(
        int row,
        int col,
        bool bValue
)
 
Public Overridable Sub SetAutoScale ( 
        row As Integer,
        col As Integer,
        bValue As Boolean
)
 
public:
virtual void SetAutoScale(
        [InAttribute] int row, 
        [InAttribute] int col, 
        [InAttribute] bool bValue
)
 
abstract SetAutoScale : 
        row : int * 
        col : int * 
        bValue : bool -> unit 
override SetAutoScale : 
        row : int * 
        col : int * 
        bValue : bool -> unit 
 
 
 
Parameters
- row  Int32
 
-  
 
- col  Int32
 
-  
 
- bValue  Boolean
 
-  
 
Implements
IAcadTableSetAutoScale(Int32, Int32,
Boolean)
 
See Also