Notifies your program about an interference between parts in the assembly during the
Move/Rotate Component command.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DAssemblyDocEvents_InterferenceNotifyEventHandler( _
ByRef PComp As System.Object, _
ByRef PFace As System.Object _
) As System.Integer |
CSOLIDWORKS.Interop.sldworks~SOLIDWORKS.Interop.sldworks.DAssemblyDocEvents_InterferenceNotifyEventHandler.html# | |
---|
public delegate System.int DAssemblyDocEvents_InterferenceNotifyEventHandler(
ref System.object PComp,
ref System.object PFace
) |
C++/CLI | |
---|
public delegate System.int DAssemblyDocEvents_InterferenceNotifyEventHandler(
& System.Object^% PComp,
& System.Object^% PFace
) |
Parameters
- PComp
- Array of components that interfere
- PFace
- Array of faces that interfere
Remarks
Availability
SOLIDWORKS 2001Plus SP1, Revision Number 10.1