Click or drag to resize
SoDataSensorGetTriggerMFieldStartIndex Method

If this is a priority 0 data sensor, and a change in the data values of a multiple field (e.g., OIV.Inventor.Fields.SoMFVec3f) caused this sensor to be triggered, returns the first index of the range of the potentially changed values.

Namespace: OIV.Inventor.Sensors
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public int GetTriggerMFieldStartIndex()

Return Value

Type: Int32
Remarks

Otherwise, returns -1

See Also