SolveEventArgs Class

Event args for the SketchManager.SystemSolved event.
Public Class SolveEventArgs 
Inherits EventArgs
This language is not supported or no code example is available.
public class SolveEventArgs : EventArgs
This language is not supported or no code example is available.
Methods
 
Name Description
Public method Equals(Object) (inherited from Object).
Protected method Finalize (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Protected method MemberwiseClone (inherited from Object).
Public method ToString (inherited from Object).
Top
Fields
 
Name Description
Public field Dragging True if the sketch has been solved to perform a mouse dragging operation.
Public field OverConstrained True if the sketch is in an over-constrained state, meaning at least one redundant constraint exists.
Public field Result Result of the solve operation.
Top
devDept.Eyeshot.SolveEventArgs

.NET Framework

Supported in: 4.7.2

In this article

Definition