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.SensorsAssembly: 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
)
<ObsoleteAttribute("Use DeleteCallback property instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub SetDeleteCB (
cb As SoSensorSensorCB
)
public:
[ObsoleteAttribute(L"Use DeleteCallback property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void SetDeleteCB(
SoSensorSensorCB^ cb
)
[<ObsoleteAttribute("Use DeleteCallback property instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SetDeleteCB :
cb : SoSensorSensorCB -> unit
Parameters
- cb
- Type: OIV.Inventor.SensorsSoSensorSensorCB
See Also