Click or drag to resize
SoFieldGetConnectedEngine Method

Returns true if this field is being written into by an engine, and returns the engine output it is connected to in engineOutput.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool GetConnectedEngine(
	out SoEngineOutput engineOutput
)

Parameters

engineOutput
Type: OIV.Inventor.EnginesSoEngineOutput

Return Value

Type: Boolean
Remarks

Returns false and does not modify engineOutput if it is not connected to an engine.

See Also