Sets the text and symbols in the upper or lower portion of the weld symbol.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetText( _
ByVal Top As Boolean, _
ByVal Left As String, _
ByVal Symbol As String, _
ByVal Right As String, _
ByVal Stagger As String, _
ByVal Contour As Integer _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IWeldSymbol
Dim Top As Boolean
Dim Left As String
Dim Symbol As String
Dim Right As String
Dim Stagger As String
Dim Contour As Integer
Dim value As Boolean
value = instance.SetText(Top, Left, Symbol, Right, Stagger, Contour)
|
Parameters
- Top
TRUE to set the text in the portion of the symbol above the horizontal line, FALSE To set the text in the portion of the symbol below the horizontal line
- Left
Text to the left of the weld symbol
- Symbol
Text representing the weld symbol
- Right
Text to the right of the weld symbol
- Stagger
Text to the right of the stagger symbol
- Contour
- Contour setting as defined in swWeldSymbolContourTypes_e
Return Value
TRUE if the text and symbols are set, FALSE otherwise
Remarks
See Also
Availability
SolidWorks 99, datecode 1999207