SoSearchStepActionSetAddingPathCallback Method (SoSearchStepActionAddingPathDataCB, Object) |
Note: This API is now obsolete.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute]
public void SetAddingPathCallback(
SoSearchStepActionAddingPathDataCB cb,
Object userData
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute>
Public Sub SetAddingPathCallback (
cb As SoSearchStepActionAddingPathDataCB,
userData As Object
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute]
void SetAddingPathCallback(
SoSearchStepActionAddingPathDataCB^ cb,
Object^ userData
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute>]
member SetAddingPathCallback :
cb : SoSearchStepActionAddingPathDataCB *
userData : Object -> unit
Parameters
- cb
- Type: OIV.Inventor.ActionsSoSearchStepActionAddingPathDataCB
- userData
- Type: SystemObject
See Also