Click or drag to resize
SoEngineOutputEnable Method

Enables or disables all connections from this output.

Namespace: OIV.Inventor.Engines
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void Enable(
	bool flag
)

Parameters

flag
Type: SystemBoolean
Remarks

If the connections are disabled, values will not be output along them. By default, outputs are enabled.

See Also