Gets or sets the number of cycles associated with this fatigue event.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Cycles2 As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWFatigueEvent
Dim value As System.Double
instance.Cycles2 = value
value = instance.Cycles2 |
C# | |
---|
System.double Cycles2 {get; set;} |
C++/CLI | |
---|
property System.double Cycles2 {
System.double get();
void set ( & System.double value);
} |
Property Value
1.0 <= Number of cycles <= 1e+36
Example
See Also
Availability
SOLIDWORKS Simulation API 2015 SP0