GetRowHeight Method (ITable) Send Feedback
See Also 
Height[out]
Height of the row
Row
Row for which to get its height
Gets the height of the specified row in this Table.

Syntax

Visual Basic 
Function GetRowHeight( _
   ByVal Row As System.Integer _
) As System.Double
C# 
System.double GetRowHeight( 
   System.int Row
)
JavaScript 
GetRowHeight( 
   Row : Number
) : Number
COM native C++ 
HRESULT GetRowHeight( 
   LONG Row,
   DOUBLE* Height
) 
C++ 
DSRESULT GetRowHeight( 
   long Row,
   double* Height
) 

Parameters

Row
Row for which to get its height
Height[out] or Return Value
Height of the row

Remarks

Before calling this method, call ITable::TotalRowCount to get a valid value for Row.
 

See Also

Availability

DraftSight V1R4.0