Gets or sets the time to start saving results after the moment of impact.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SaveResultsStartingTime As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWDropTestResultOptions
Dim value As System.Double
instance.SaveResultsStartingTime = value
value = instance.SaveResultsStartingTime |
C# | |
---|
System.double SaveResultsStartingTime {get; set;} |
C++/CLI | |
---|
property System.double SaveResultsStartingTime {
System.double get();
void set ( & System.double value);
} |
Property Value
Start time in microseconds
Example
See Also
Availability
SolidWorks Simulation API 2012 SP0