Gets or sets whether SolidWorks automatically solves the sketch geometry of the part while creating it.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AutoSolve As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISketchManager
Dim value As Boolean
instance.AutoSolve = value
value = instance.AutoSolve
|
C# | |
---|
bool AutoSolve {get; set;} |
C++/CLI | |
---|
property bool AutoSolve {
bool get();
void set (bool value);
} |
Return Value
True if automatic solve is on, false if off
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0