Pre-notifies the user program when the user edits the definition of a sketch.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DAssemblyDocEvents_FeatureSketchEditPreNotifyEventHandler( _
ByVal EditFeature As Object, _
ByVal featureSketch As Object _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As New DAssemblyDocEvents_FeatureSketchEditPreNotifyEventHandler(AddressOf HandlerMethod)
|
C# | |
---|
public delegate int DAssemblyDocEvents_FeatureSketchEditPreNotifyEventHandler(
object EditFeature,
object featureSketch
) |
C++/CLI | |
---|
public delegate int DAssemblyDocEvents_FeatureSketchEditPreNotifyEventHandler(
& Object^ EditFeature,
& Object^ featureSketch
) |
Parameters
- EditFeature
- Name of the feature that contains the sketch
- featureSketch
- Name of the edited sketch
Remarks
Availability
SolidWorks 2001Plus SP1, Revision Number 10.1