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