Gets or sets the time step at which you want to use the temperature profile as an initial condition. Used for thermal transient studies only.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property TimeSteps As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWThermalStudyOptions
Dim value As System.Integer
instance.TimeSteps = value
value = instance.TimeSteps |
C# | |
---|
System.int TimeSteps {get; set;} |
C++/CLI | |
---|
property System.int TimeSteps {
System.int get();
void set ( & System.int value);
} |
Property Value
Time step
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0