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: 10.12.3.0 (10.12.3.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