Gets or sets the solver for this dynamic study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SolverType As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWDynamicStudyOptions
Dim value As System.Integer
instance.SolverType = value
value = instance.SolverType |
C# | |
---|
System.int SolverType {get; set;} |
C++/CLI | |
---|
property System.int SolverType {
System.int get();
void set ( & System.int value);
} |
Property Value
Type of solver as defined by
swsSolverType_e
Example
See Also
Availability
SOLIDWORKS Simulation API 2012 SP0