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