SoSearchStepActionAddingPathCallBack Property |
Sets/gets the user callback that the search action must call while building
the path list.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSearchStepActionAddingPathCB AddingPathCallBack { get; set; }
Public Property AddingPathCallBack As SoSearchStepActionAddingPathCB
Get
Set
public:
property SoSearchStepActionAddingPathCB^ AddingPathCallBack {
SoSearchStepActionAddingPathCB^ get ();
void set (SoSearchStepActionAddingPathCB^ value);
}
member AddingPathCallBack : SoSearchStepActionAddingPathCB with get, set
Property Value
Type:
SoSearchStepActionAddingPathCBRemarks
Sets/gets the user callback that the search action must call while building
the path list.
See Also