Gets the specified text item's reference position in this note, for example, upper left, lower left, center, and so on.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Function GetTextRefPositionAtIndex( _
ByVal Index As Integer _
) As Integer |
| Visual Basic (Usage) | |
|---|
Dim instance As ISFSymbol
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
Index of the text where the index begins at 0
Return Value
Reference position of the specified text item as defined in swTextPosition_e
Remarks
See Also