Performs a generic search on the list of devices. 
 
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic static SoDeviceSoDeviceFindFunction find { get; set; }Public Shared Property find As SoDeviceSoDeviceFindFunction
	Get
	Set
public:
static property SoDeviceSoDeviceFindFunction^ find {
	SoDeviceSoDeviceFindFunction^ get ();
	void set (SoDeviceSoDeviceFindFunction^ value);
}static member find : SoDeviceSoDeviceFindFunction with get, set
Property Value
Type: 
SoDeviceSoDeviceFindFunction
Remarks
The SoDeviceFindFunction should return true if a device is the one we are looking for.
See Also