Gets or sets whether to specify the Basquin Equation constants, B and slope (m), or let the program calculate them from the S-N curve.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SNCurveEstimateConstants As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMaterial
Dim value As System.Integer
instance.SNCurveEstimateConstants = value
value = instance.SNCurveEstimateConstants |
C# | |
---|
System.int SNCurveEstimateConstants {get; set;} |
C++/CLI | |
---|
property System.int SNCurveEstimateConstants {
System.int get();
void set ( & System.int value);
} |
Property Value
- 0 = Specify Basquin Equation constants, B and m
- 1 = Let the program calculate the Basquin Equation constants from the S-N curve
(see Remarks)
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2015 SP3