SoIntersectionDetectionActionFilterUserDataCB Delegate |
Note: This API is now obsolete.
FilterCB delegate. See #SetFilterCallback for more details
Namespace: OIV.Inventor.CollisionAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public delegate bool FilterUserDataCB(
SoPath p1,
SoPath p2,
Object userData
)
<ObsoleteAttribute>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Delegate Function FilterUserDataCB (
p1 As SoPath,
p2 As SoPath,
userData As Object
) As Boolean
[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public delegate bool FilterUserDataCB(
SoPath^ p1,
SoPath^ p2,
Object^ userData
)
[<ObsoleteAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
type FilterUserDataCB =
delegate of
p1 : SoPath *
p2 : SoPath *
userData : Object -> bool
Parameters
- p1
- Type: OIV.InventorSoPath
- p2
- Type: OIV.InventorSoPath
- userData
- Type: SystemObject
Return Value
Type:
Boolean
See Also