Notifies your program when a loop flips.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DAssemblyDocEvents_FlipLoopNotifyEventHandler( _
ByVal TheLoop As System.Object, _
ByVal TheEdge As System.Object _
) As System.Integer |
C# | |
---|
public delegate System.int DAssemblyDocEvents_FlipLoopNotifyEventHandler(
System.object TheLoop,
System.object TheEdge
) |
C++/CLI | |
---|
public delegate System.int DAssemblyDocEvents_FlipLoopNotifyEventHandler(
& System.Object^ TheLoop,
& System.Object^ TheEdge
) |
Parameters
- TheLoop
- Loop that was flipped
- TheEdge
- Edge about which the loop was flipped
Remarks
Availability
SOLIDWORKS 2009 FCS, Revision Number 17.0