Gets or sets the path to the folder that stores the results of this dynamic study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ResultFolderPath As String |
Visual Basic (Usage) | |
---|
Dim instance As ICWDynamicStudyOptions
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 to the results folder
Example
See Also
Availability
SolidWorks Simulation API 2012 SP0