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