Controls whether the computation to solve the sketch geometry of the part as modifications are automatically performed.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetAutomaticSolve( _
ByVal SolveFlag As Boolean _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISketch
Dim SolveFlag As Boolean
Dim value As Boolean
value = instance.SetAutomaticSolve(SolveFlag)
|
C++/CLI | |
---|
bool SetAutomaticSolve(
& bool SolveFlag
) |
Parameters
- SolveFlag
True if solving is on, false if it is off
Return Value
True if set, false if not
Remarks
See Also