Gets or sets the source for the SN curve used for fatigue studies.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SNCurveSource As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMaterial
Dim value As Integer
instance.SNCurveSource = value
value = instance.SNCurveSource
|
C# | |
---|
int SNCurveSource {get; set;} |
C++/CLI | |
---|
property int SNCurveSource {
int get();
void set (int value);
} |
Return Value
Source as defined in swsMaterialSNCurveSource_e
See Also
Availability
SolidWorks Simulation API 2008 SP1.0