Gets or sets the thermal expansion coefficient for the custom material.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ThermalCoefficient As Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWBoltConnector
Dim value As Double
instance.ThermalCoefficient = value
value = instance.ThermalCoefficient
|
C# | |
---|
double ThermalCoefficient {get; set;} |
C++/CLI | |
---|
property double ThermalCoefficient {
double get();
void set (double value);
} |
Return Value
Thermal expansion coefficient
See Also
Availability
SolidWorks Simulation API 2009 SP0