Gets or sets the solver type.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SolverType As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWBucklingStudyOptions
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)
Remarks
See Also
Availability
SolidWorks Simulation API 2008 SP1.0