GetTextOffsetAtIndex Method (INote)
Gets whether the text item's offset relative to note's text point in a compound note.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetTextOffsetAtIndex( _
ByVal Index As Integer _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As INote
Dim Index As Integer
Dim value As Object
value = instance.GetTextOffsetAtIndex(Index)
|
C# | |
---|
object GetTextOffsetAtIndex(
int Index
) |
C++/CLI | |
---|
Object^ GetTextOffsetAtIndex(
& int Index
) |
Parameters
- Index
Index position of the text
Return Value
Array of doubles (see
Remarks)
Remarks
See Also