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 System.Integer _
) As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As IDatumTargetSym
Dim Index As System.Integer
Dim value As System.Double
value = instance.IGetTextPositionAtIndex(Index) |
C# | |
---|
System.double IGetTextPositionAtIndex(
System.int Index
) |
C++/CLI | |
---|
System.double IGetTextPositionAtIndex(
& System.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