Click or drag to resize
SoDataSensorSetTriggerPathFlag Method

Sets the flag that indicates whether the trigger path (see OIV.Inventor.Sensors.SoDataSensor.GetTriggerPath()) 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 SetTriggerPathFlag(
	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.

See Also