SoDeviceSoDeviceFindFunction Delegate |
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public delegate bool SoDeviceFindFunction(
SoDevice device
)
Public Delegate Function SoDeviceFindFunction (
device As SoDevice
) As Boolean
public delegate bool SoDeviceFindFunction(
SoDevice^ device
)
type SoDeviceFindFunction =
delegate of
device : SoDevice -> bool
Parameters
- device
- Type: OIV.Inventor.DevicesSoDevice
Return Value
Type:
BooleanRemarks See Also