SoSensorSensorUserDataCB Delegate |
Note: This API is now obsolete.
SensorCB delegate. See #SetSensorCB for more details.
Namespace: OIV.Inventor.SensorsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public delegate void SensorUserDataCB(
SoSensor sensor,
Object userData
)
<ObsoleteAttribute>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Delegate Sub SensorUserDataCB (
sensor As SoSensor,
userData As Object
)
[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public delegate void SensorUserDataCB(
SoSensor^ sensor,
Object^ userData
)
[<ObsoleteAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
type SensorUserDataCB =
delegate of
sensor : SoSensor *
userData : Object -> unit
Parameters
- sensor
- Type: OIV.Inventor.SensorsSoSensor
- userData
- Type: SystemObject
See Also