Sets the specified text part of this GTol.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetText( _
ByVal WhichText As System.Integer, _
ByVal Text As System.String _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IGtol
Dim WhichText As System.Integer
Dim Text As System.String
Dim value As System.Boolean
value = instance.SetText(WhichText, Text) |
C# | |
---|
System.bool SetText(
System.int WhichText,
System.string Text
) |
C++/CLI | |
---|
System.bool SetText(
& System.int WhichText,
& System.String^ Text
) |
Parameters
- WhichText
- Text to set as defined in swGTolTextParts_e
- Text
New content for the specified WhichText
Return Value
True if successful, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS 2011 SP03, Revision Number 19.3