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