Gets or sets the path to the folder for storing the study results.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ResultFolder As System.String |
Visual Basic (Usage) | |
---|
Dim instance As ICWThermalStudyOptions
Dim value As System.String
instance.ResultFolder = value
value = instance.ResultFolder |
C# | |
---|
System.string ResultFolder {get; set;} |
C++/CLI | |
---|
property System.String^ ResultFolder {
System.String^ get();
void set ( & System.String^ value);
} |
Property Value
Path for the results folder
See Also
Availability
SolidWorks Simulation API 2008 SP1.0