Gets the height of the specified row of this table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetRowHeight( _
ByVal Index As System.Integer _
) As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ITableAnnotation
Dim Index As System.Integer
Dim value As System.Double
value = instance.GetRowHeight(Index) |
C# | |
---|
System.double GetRowHeight(
System.int Index
) |
C++/CLI | |
---|
System.double GetRowHeight(
& System.int Index
) |
Parameters
- Index
- Index of row for which to get the height
Return Value
Height of the specified row, in system units
Example
Remarks
See Also
Availability
SOLIDWORKS 2004 FCS, Revision Number 12.0