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