Gets or sets the path name of the folder that stores the results of the study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ResultFolder As System.String |
Visual Basic (Usage) | |
---|
Dim instance As ICWStaticStudyOptions
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
Path name of the results folder
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0