IAcadTableGetColumnWidth Method
|
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 21.0.0.0
Syntax
double GetColumnWidth(
int col
)
Function GetColumnWidth (
col As Integer
) As Double
double GetColumnWidth(
[InAttribute] int col
)
abstract GetColumnWidth :
col : int -> float
Parameters
- col
- Type: SystemInt32
Return Value
Type:
Double
See Also