Click or drag to resize
SoFieldAppendConnection Method (SoEngineOutput)

Appends this field to the list of connections from another engineOutput.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public bool AppendConnection(
	SoEngineOutput engineOutput
)

Parameters

engineOutput
Type: OIV.Inventor.EnginesSoEngineOutput

Return Value

Type: Boolean
Remarks

Previous connections remain unchanged. Unless connections to the field are disabled, the field value will be set to that of the engineOutput that was last touched.

See Also