Gets or sets the path to the folder that stores the results of this dynamic study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ResultFolderPath As System.String |
Visual Basic (Usage) | |
---|
Dim instance As ICWDynamicStudyOptions
Dim value As System.String
instance.ResultFolderPath = value
value = instance.ResultFolderPath |
C# | |
---|
System.string ResultFolderPath {get; set;} |
C++/CLI | |
---|
property System.String^ ResultFolderPath {
System.String^ get();
void set ( & System.String^ value);
} |
Property Value
Path to the results folder
Example
See Also
Availability
SolidWorks Simulation API 2012 SP0