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