Gets the specified column width in meters.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetColumnWidth( _
ByVal Col As Integer _
) As Double |
Visual Basic (Usage) | |
---|
Dim instance As IBomTable
Dim Col As Integer
Dim value As Double
value = instance.GetColumnWidth(Col)
|
C# | |
---|
double GetColumnWidth(
int Col
) |
C++/CLI | |
---|
double GetColumnWidth(
& int Col
) |
Parameters
- Col
Column number; this is a 0-based index
Return Value
Width of the specified column in meters
Remarks
See Also