Sets the values related to the indication of welding process for this weld symbol.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetProcess( _
ByVal Process As System.Boolean, _
ByVal Text As System.String, _
ByVal Reference As System.Boolean _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IWeldSymbol
Dim Process As System.Boolean
Dim Text As System.String
Dim Reference As System.Boolean
Dim value As System.Boolean
value = instance.SetProcess(Process, Text, Reference) |
C++/CLI | |
---|
System.bool SetProcess(
& System.bool Process,
& System.String^ Text,
& System.bool Reference
) |
Parameters
- Process
True to set the indication of welding process flag, false to not
- Text
Text related to the indication of welding process
- Reference
True to place a reference box around the process text, false to not
Return Value
True if the indication of welding process is set, false if not
Example
Remarks
See Also
Availability