Gets the load data for the specified primary load case and load.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetLoadDataForPrimaryLoadCase( _
ByVal SLoadCaseName As System.String, _
ByVal SLoadName As System.String, _
ByRef ArraySuppressComps As System.Object _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ICWLoadCaseManager
Dim SLoadCaseName As System.String
Dim SLoadName As System.String
Dim ArraySuppressComps As System.Object
Dim value As System.Object
value = instance.GetLoadDataForPrimaryLoadCase(SLoadCaseName, SLoadName, ArraySuppressComps) |
Parameters
- SLoadCaseName
- Name of primary load case
- SLoadName
- Name of load
- ArraySuppressComps
- Array of booleans indicating which of the returned values for SLoadName are suppressed; true if suppressed, false if not
Return Value
Array of load data for SLoadName
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2016 SP0