GetTextAtIndex Method (IWeldSymbol)
Gets the specified text from this weld symbol.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetTextAtIndex( _
ByVal Index As Integer _
) As String |
Visual Basic (Usage) | |
---|
Dim instance As IWeldSymbol
Dim Index As Integer
Dim value As String
value = instance.GetTextAtIndex(Index)
|
C# | |
---|
string GetTextAtIndex(
int Index
) |
C++/CLI | |
---|
String^ GetTextAtIndex(
& int Index
) |
Parameters
- Index
- Index of the piece of text where the index begins at 0
Return Value
Text
Example
See Also