Gets or sets the value of ambient temperature for the radiation.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AmbientTemperature As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWRadiation
Dim value As System.Double
instance.AmbientTemperature = value
value = instance.AmbientTemperature |
C# | |
---|
System.double AmbientTemperature {get; set;} |
C++/CLI | |
---|
property System.double AmbientTemperature {
System.double get();
void set ( & System.double value);
} |
Property Value
Ambient temperature
See Also
Availability
SolidWorks Simulation API 2008 SP1.0