SoSearchStepActionAddingPathCallBack Property |
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic 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:
SoSearchStepActionAddingPathCB
See Also