Click or drag to resize
SoDataSensorSetDeleteCB Method (SoSensorSensorCB)

Note: This API is now obsolete.

Use DeleteCallback property instead. Sets a callback that will be called when the object the sensor is sensing is disposed.

Namespace: OIV.Inventor.Sensors
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("Use DeleteCallback property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetDeleteCB(
	SoSensorSensorCB cb
)

Parameters

cb
Type: OIV.Inventor.SensorsSoSensorSensorCB
See Also