Click or drag to resize
SoDataSensorGetTriggerType Method

If this is a priority 0 data sensor, returns the type of change that occurred.

Namespace: OIV.Inventor.Sensors
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoDataSensorChangeTypes GetTriggerType()

Return Value

Type: SoDataSensorChangeTypes
Remarks

Returns UNSPECIFIED if the sensor was not triggered by a group children change or a multi-value field change or if this sensor is not a priority 0 sensor. A GROUP_* return value indicates that getTriggerChild and getTriggerChildIndex will return valid data. A FIELD_* return value indicates that the getTriggerMField* methods will return valid data.

See Also