GetRowHeight Method (ITable)
Gets the height of the specified row in this Table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetRowHeight( _
long Row As System.Integer _
) As System.Double |
C# | |
---|
System.double GetRowHeight(
System.int Row
) |
JavaScript | |
---|
GetRowHeight(
Row : Number
) : Number |
Parameters
- Row
- Row for which to get its height
- Height[out] or Return Value
- Height of the row
Remarks
See Also
Availability
DraftSight V1R4.0