Gets or sets the total time and used for thermal transient studies only.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property TotalTime As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWThermalStudyOptions
Dim value As System.Double
instance.TotalTime = value
value = instance.TotalTime |
C# | |
---|
System.double TotalTime {get; set;} |
C++/CLI | |
---|
property System.double TotalTime {
System.double get();
void set ( & System.double value);
} |
Property Value
Total time
Example
See Also
Availability
SolidWorks Simulation API 2008 SP1.0