SoDataSensorDeleteCallback Property |
Sets a callback that will be called when the object the sensor is sensing is deleted.
Namespace: OIV.Inventor.SensorsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSensorSensorCB DeleteCallback { get; set; }
Public Property DeleteCallback As SoSensorSensorCB
Get
Set
public:
property SoSensorSensorCB^ DeleteCallback {
SoSensorSensorCB^ get ();
void set (SoSensorSensorCB^ value);
}
member DeleteCallback : SoSensorSensorCB with get, set
Property Value
Type:
SoSensorSensorCBRemarks See Also