Gets or sets the heat power value for heat power.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property HPValue As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWHeatPower
Dim value As System.Double
instance.HPValue = value
value = instance.HPValue |
C# | |
---|
System.double HPValue {get; set;} |
C++/CLI | |
---|
property System.double HPValue {
System.double get();
void set ( & System.double value);
} |
Property Value
Heat power value
Example
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0