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