| SoExtSelectionSearch Method  | 
 
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public override void Search(
	SoSearchAction action
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overrides Sub Search ( 
	action As SoSearchAction
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual void Search(
	SoSearchAction^ action
) override
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract Search : 
        action : SoSearchAction -> unit 
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override Search : 
        action : SoSearchAction -> unit Parameters
- action
 - Type: OIV.Inventor.ActionsSoSearchAction
 
Remarks
See Also