Removes the specified manufacturing control from this topology study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function RemoveControl( _
ByVal SControlName As System.String _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWTopologyStudyManager
Dim SControlName As System.String
Dim value As System.Integer
value = instance.RemoveControl(SControlName) |
C++/CLI | |
---|
System.int RemoveControl(
& System.String^ SControlName
) |
Parameters
- SControlName
- Name of the control to remove
Return Value
Result code as defined in
swsTopologyStudyError_e
See Also
Availability
SOLIDWORKS Simulation API 2019 SP0