Sets the load data for the specified primary load case and load.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ICWLoadCaseManager
Dim SLoadCaseName As System.String
Dim SLoadName As System.String
Dim ArrayInputSuppressComps As System.Object
Dim DataArrayInputVals As System.Object
Dim value As System.Integer
value = instance.SetLoadDataForPrimaryLoadCase(SLoadCaseName, SLoadName, ArrayInputSuppressComps, DataArrayInputVals) |
Parameters
- SLoadCaseName
- Name of primary load case
- SLoadName
- Name of load
- ArrayInputSuppressComps
- Array of booleans indicating which of the values in DataArrayInputVals to suppress; true to suppress, false to not
- DataArrayInputVals
- Array of values for SLoadName
Return Value
Error as defined in
swsLoadCaseManagerError_e
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2016 SP0