Gets the reference position for the specified text item in this GTol (for example, upper-left, lower-left, center).
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetTextRefPositionAtIndex( _
ByVal Index As Integer _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IGtol
Dim Index As Integer
Dim value As Integer
value = instance.GetTextRefPositionAtIndex(Index)
|
C# | |
---|
int GetTextRefPositionAtIndex(
int Index
) |
C++/CLI | |
---|
int GetTextRefPositionAtIndex(
& int Index
) |
Parameters
- Index
- 0-based index of the piece of text
Return Value
Reference position of the specified text item as defined in swTextPosition_e
See Also