IGetTextPositionAtIndex Method (ICustomSymbol)
Obsolete. Superseded by INote::IGetTextPositionAtIndex.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetTextPositionAtIndex( _
ByVal Index As System.Integer _
) As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICustomSymbol
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
-
See Also