Gets the load history curve data for this variable amplitude fatigue event.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetLoadHistoryCurve( _
ByRef NType As System.Integer, _
ByRef DSamplingRate As System.Double _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ICWFatigueEvent
Dim NType As System.Integer
Dim DSamplingRate As System.Double
Dim value As System.Object
value = instance.GetLoadHistoryCurve(NType, DSamplingRate) |
C# | |
---|
System.object GetLoadHistoryCurve(
out System.int NType,
out System.double DSamplingRate
) |
C++/CLI | |
---|
System.Object^ GetLoadHistoryCurve(
& [Out] System.int NType,
& [Out] System.double DSamplingRate
) |
Parameters
- NType
- Type of curve as defined in swsFatigueLoadHistoryCurveType_e
- DSamplingRate
- Sampling rate in seconds; valid only if NType = swsFatigueLoadHistoryCurveType_e.swsFatigueLoadHistoryCurveType_SamplingRateAndAmplitude
Return Value
Array (see
Remarks)
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2012 SP0