Gets or sets the type of fatigue loading to determine the stress peaks and alternating stresses.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property LoadingType As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWFatigueEvent
Dim value As System.Integer
instance.LoadingType = value
value = instance.LoadingType |
C# | |
---|
System.int LoadingType {get; set;} |
C++/CLI | |
---|
property System.int LoadingType {
System.int get();
void set ( & System.int value);
} |
Property Value
Fatigue loading type as defined in
swsFatigueLoadingType_e (see
Remarks)
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2012 SP0