Fired whenever the sketch is solved; for example, when dragging a sketch entity, adding or editing relations, changing dimensions, and so on. This event returns the name of the sketch feature being updated.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DPartDocEvents_SketchSolveNotifyEventHandler( _
ByVal featName As String _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As New DPartDocEvents_SketchSolveNotifyEventHandler(AddressOf HandlerMethod)
|
C# | |
---|
public delegate int DPartDocEvents_SketchSolveNotifyEventHandler(
string featName
) |
C++/CLI | |
---|
public delegate int DPartDocEvents_SketchSolveNotifyEventHandler(
& String^ featName
) |
Parameters
- featName
- Name of sketch feature being updated
Remarks
Availability
SolidWorks 2005 FCS, Revision Number 13.0