Adds a thickness manufacturing control to this topology study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateThicknessControl( _
ByRef ErrorCode As System.Integer _
) As CWTopologyThicknessControl |
Visual Basic (Usage) | |
---|
Dim instance As ICWTopologyStudyManager
Dim ErrorCode As System.Integer
Dim value As CWTopologyThicknessControl
value = instance.CreateThicknessControl(ErrorCode) |
C# | |
---|
CWTopologyThicknessControl CreateThicknessControl(
out System.int ErrorCode
) |
C++/CLI | |
---|
CWTopologyThicknessControl^ CreateThicknessControl(
& [Out] System.int ErrorCode
) |
Parameters
- ErrorCode
- Result code as defined in swsTopologyStudyError_e
Return Value
ICWTopologyThicknessControl; null if failure
Example
See Also
Availability
SOLIDWORKS Simulation API 2019 SP0