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