Click or drag to resize
SoWinRenderAreaRegisterDevice Method

Registers interest in devices.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void RegisterDevice(
	SoWinDevice d
)

Parameters

d
Type: OIV.Inventor.Win.DevicesSoWinDevice
Remarks

When a device is registered, messages from that device will be processed by the render area, and passed into the scene graph. Messages from unregistered devices will be ignored.

See Also