Gets or sets the time step for which to import a single temperature from a transient thermal study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property TimeStep As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWFrequencyStudyOptions
Dim value As System.Integer
instance.TimeStep = value
value = instance.TimeStep |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWFrequencyStudyOptions~TimeStep.html# | |
---|
System.int TimeStep {get; set;} |
C++/CLI | |
---|
property System.int TimeStep {
System.int get();
void set ( & System.int value);
} |
Property Value
Time step for which to import a single temperature from a transient thermal study
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0