Gets or sets the folder for the results of the fatigue study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ResultFolder As System.String |
Visual Basic (Usage) | |
---|
Dim instance As ICWFatigueStudyOptions
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
Results folder path name
Example
See Also
Availability
SOLIDWORKS Simulation API 2012 SP0