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