GetText Method (ICustomSymbol)
Obsolete. Superseded by ISketchBlockDefinition::GetNoteCount and ISketchBlockDefinition::GetNotes.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetText( _
ByVal Index As Integer _
) As String |
Visual Basic (Usage) | |
---|
Dim instance As ICustomSymbol
Dim Index As Integer
Dim value As String
value = instance.GetText(Index)
|
C# | |
---|
string GetText(
int Index
) |
C++/CLI | |
---|
String^ GetText(
& int Index
) |
Parameters
- Index
-
See Also