Gets or sets the loading ratio for this fatigue event.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property LoadingRatio As Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWFatigueEvent
Dim value As Double
instance.LoadingRatio = value
value = instance.LoadingRatio
|
C# | |
---|
double LoadingRatio {get; set;} |
C++/CLI | |
---|
property double LoadingRatio {
double get();
void set (double value);
} |
Return Value
Loading ratio; a negative value indicates a reversal of the load direction (see
Remarks)
Example
Remarks
See Also
Availability
SolidWorks Simulation API 2012 SP0