Gets or sets whether to use a time curve for heat power.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property UseTimeCurve As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWHeatPower
Dim value As System.Integer
instance.UseTimeCurve = value
value = instance.UseTimeCurve |
C# | |
---|
System.int UseTimeCurve {get; set;} |
C++/CLI | |
---|
property System.int UseTimeCurve {
System.int get();
void set ( & System.int value);
} |
Property Value
1 to use time curve, 0 to not
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0