Gets or sets the start time for this fatigue event.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property StartTimes As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWFatigueEvent
Dim value As System.Double
instance.StartTimes = value
value = instance.StartTimes |
C# | |
---|
System.double StartTimes {get; set;} |
C++/CLI | |
---|
property System.double StartTimes {
System.double get();
void set ( & System.double value);
} |
Property Value
Start time in seconds for this event (see
Remarks)
Example
Remarks
See Also
Availability
SolidWorks Simulation API 2012 SP0