Post-notifies the user program when an assembly document has been rebuilt or rolled back.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DAssemblyDocEvents_RegenPostNotify2EventHandler( _
ByVal stopFeature As Object _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As New DAssemblyDocEvents_RegenPostNotify2EventHandler(AddressOf HandlerMethod)
|
C# | |
---|
public delegate int DAssemblyDocEvents_RegenPostNotify2EventHandler(
object stopFeature
) |
C++/CLI | |
---|
public delegate int DAssemblyDocEvents_RegenPostNotify2EventHandler(
& Object^ stopFeature
) |
Parameters
- stopFeature
- If a rollback, IFeature immediately below the rollback bar in the FeatureManager design tree
- If a rebuild, null
Example
Remarks
Availability
SolidWorks 2010 FCS, Revision Number 18.0