Gets the specified linkage rod connector.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetLinkageRod( _
ByVal SName As System.String, _
ByRef ErrorCode As System.Integer _
) As CWLinkageRod |
Visual Basic (Usage) | |
---|
Dim instance As ICWLoadsAndRestraintsManager
Dim SName As System.String
Dim ErrorCode As System.Integer
Dim value As CWLinkageRod
value = instance.GetLinkageRod(SName, ErrorCode) |
C# | |
---|
CWLinkageRod GetLinkageRod(
System.string SName,
out System.int ErrorCode
) |
C++/CLI | |
---|
CWLinkageRod^ GetLinkageRod(
& System.String^ SName,
& [Out] System.int ErrorCode
) |
Parameters
- SName
- Name of the linkage rod connector as shown Connections > Connectors branch of the simulation study tree
- ErrorCode
- Error as defined in swsLinkConnectorError_e
Return Value
ICWLinkageRod
Example
See Also
Availability
SOLIDWORKS Simulation API 2022 SP0