Click or drag to resize
SoDataSensorSetTriggerFastEditInfoFlag Method

Sets the flag that indicates whether the trigger path fastEdit info (see OIV.Inventor.Sensors.SoDataSensor.GetTriggerFastEditInfo()) is available to delegatemethods.

Namespace: OIV.Inventor.Sensors
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetTriggerFastEditInfoFlag(
	bool flag
)

Parameters

flag
Type: SystemBoolean
Remarks

This is false by default. Note that setting this to true will add a little overhead when the sensor is notified.

Note Note

Member available since Open Inventor 9.2.3

See Also