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