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