IAcadTableGetBlockScale Method
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
double GetBlockScale(
        int row,
        int col
)
 
Function GetBlockScale ( 
        row As Integer,
        col As Integer
) As Double
 
double GetBlockScale(
        [InAttribute] int row, 
        [InAttribute] int col
)
 
abstract GetBlockScale : 
        row : int * 
        col : int -> float 
 
 
 
Parameters
- row  Int32
 
-  
 
- col  Int32
 
-  
 
Return Value
Double
 
See Also