Sets the variation with time or frequency of this remote load.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetTimeOrFrequencyCurve( _
ByVal VarCurveData As Object, _
ByRef ErrorCode As Integer _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWRemoteLoad
Dim VarCurveData As Object
Dim ErrorCode As Integer
Dim value As Integer
value = instance.SetTimeOrFrequencyCurve(VarCurveData, ErrorCode)
|
Parameters
- VarCurveData
- Array of curve data representing the variation with time or frequency of this remote load (see Remarks)
- ErrorCode
Error as defined in swsTimeCurveError_e
Return Value
Error code as defined in
swsRemoteLoadEndEditError_e
Remarks
See Also
Availability
SolidWorks Simulation API 2012 SP0