Performs a generic search on the list of devices.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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:
SoDeviceSoDeviceFindFunctionRemarks
The SoDeviceFindFunction should return true if a device is the one we are looking for.
See Also