Gets or sets the fatigue strength reduction factor to use when reading S-N curve data.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property FatigueStrengthReductionFactor As Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWFatigueStudyOptions
Dim value As Double
instance.FatigueStrengthReductionFactor = value
value = instance.FatigueStrengthReductionFactor
|
C# | |
---|
double FatigueStrengthReductionFactor {get; set;} |
C++/CLI | |
---|
property double FatigueStrengthReductionFactor {
double get();
void set (double value);
} |
Return Value
0 < fatigue strength reduction factor < 1 (see
Remarks)
Example
Remarks
See Also
Availability
SolidWorks Simulation API 2012 SP0