Gets the offset for the text item relative to the text point of the note.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetTextPositionAtIndex( _
ByVal Index As Integer _
) As Double |
Visual Basic (Usage) | |
---|
Dim instance As IDatumTargetSym
Dim Index As Integer
Dim value As Double
value = instance.IGetTextPositionAtIndex(Index)
|
C# | |
---|
double IGetTextPositionAtIndex(
int Index
) |
C++/CLI | |
---|
double IGetTextPositionAtIndex(
& int Index
) |
Parameters
- Index
- Index of the text; index begins at 0
Return Value
Pointer to an array of doubles (see Remarks)
Remarks
See Also