Gets or sets the thermal study used to obtain temperature values.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ThermalStudyName As System.String |
Visual Basic (Usage) | |
---|
Dim instance As ICWBucklingStudyOptions
Dim value As System.String
instance.ThermalStudyName = value
value = instance.ThermalStudyName |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWBucklingStudyOptions~ThermalStudyName.html# | |
---|
System.string ThermalStudyName {get; set;} |
C++/CLI | |
---|
property System.String^ ThermalStudyName {
System.String^ get();
void set ( & System.String^ value);
} |
Property Value
Name of a thermal study
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0