Click or drag to resize
SoDevicefind Property

Performs a generic search on the list of devices.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static SoDeviceSoDeviceFindFunction find { get; set; }

Property Value

Type: SoDeviceSoDeviceFindFunction
Remarks

The SoDeviceFindFunction should return true if a device is the one we are looking for.

See Also