Gets or sets the solver type associated with the study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SolverType As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWNonLinearStudyOptions
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
Solver type as defined in swsSolverType_e (see Remarks)
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0