GetTextInvertAtIndex Method (IDatumTargetSym)
Gets the invert flag for the specified text item.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetTextInvertAtIndex( _
ByVal Index As Integer _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IDatumTargetSym
Dim Index As Integer
Dim value As Integer
value = instance.GetTextInvertAtIndex(Index)
|
C# | |
---|
int GetTextInvertAtIndex(
int Index
) |
C++/CLI | |
---|
int GetTextInvertAtIndex(
& int Index
) |
Parameters
- Index
- Index of the text; index begins at 0
Return Value
Invert flag
Remarks
See Also