Sets the values related to the indication of welding process for this weld symbol.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetProcess( _
ByVal Process As Boolean, _
ByVal Text As String, _
ByVal Reference As Boolean _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IWeldSymbol
Dim Process As Boolean
Dim Text As String
Dim Reference As Boolean
Dim value As Boolean
value = instance.SetProcess(Process, Text, Reference)
|
Parameters
- Process
TRUE if the indication of welding process flag is to be set, otherwise FALSE
- Text
Text related to the indication of welding process
- Reference
TRUE if there is to be a reference box around the process text, otherwise FALSE
Return Value
TRUE if the indication of welding process values were successfully set, otherwise FALSE
Remarks
See Also
Availability