Gets the specified thickness manufacturing control for this topology study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetThicknessControl( _
ByVal SControlName As System.String, _
ByRef ErrorCode As System.Integer _
) As CWTopologyThicknessControl |
Visual Basic (Usage) | |
---|
Dim instance As ICWTopologyStudyManager
Dim SControlName As System.String
Dim ErrorCode As System.Integer
Dim value As CWTopologyThicknessControl
value = instance.GetThicknessControl(SControlName, ErrorCode) |
C# | |
---|
CWTopologyThicknessControl GetThicknessControl(
System.string SControlName,
out System.int ErrorCode
) |
C++/CLI | |
---|
CWTopologyThicknessControl^ GetThicknessControl(
& System.String^ SControlName,
& [Out] System.int ErrorCode
) |
Parameters
- SControlName
- Name of the thickness control to retrieve
- ErrorCode
- Result code as defined in swsTopologyStudyError_e
Return Value
ICWTopologyThicknessControl; null if failure
See Also
Availability
SOLIDWORKS Simulation API 2019 SP0