Gets or sets the path and name of the file for saving the results.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ResultFolder As System.String |
Visual Basic (Usage) | |
---|
Dim instance As ICWDropTestStudyOptions
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
Name of file to save results to
Example
See Also
Availability
SOLIDWORKS Simulation API 2012 SP0