GetHeightAtIndex Method (INote)
Gets the specified text item's height in a compound note.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetHeightAtIndex( _
ByVal Index As System.Integer _
) As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As INote
Dim Index As System.Integer
Dim value As System.Double
value = instance.GetHeightAtIndex(Index) |
C# | |
---|
System.double GetHeightAtIndex(
System.int Index
) |
C++/CLI | |
---|
System.double GetHeightAtIndex(
& System.int Index
) |
Parameters
- Index
- Index position of the text
Return Value
Text height
Example
Remarks
See Also