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.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute]
public delegate void SensorUserDataCB(
SoSensor sensor,
Object userData
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute>
Public Delegate Sub SensorUserDataCB (
sensor As SoSensor,
userData As Object
)
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute]
public delegate void SensorUserDataCB(
SoSensor^ sensor,
Object^ userData
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute>]
type SensorUserDataCB =
delegate of
sensor : SoSensor *
userData : Object -> unit
Parameters
- sensor
- Type: OIV.Inventor.SensorsSoSensor
- userData
- Type: SystemObject
See Also