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