Click or drag to resize
SoFieldConnectFrom Method (SoEngineOutput)

Connects this field from an engine output.

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

Parameters

engineOutput
Type: OIV.Inventor.EnginesSoEngineOutput

Return Value

Type: Boolean
Remarks

If the field was connected to something before, it will be automatically disconnected (a field may have only one connection writing into it at a time). Unless connections to the field are disabled (see OIV.Inventor.Fields.SoField.EnableConnection(System.Boolean)), the field's value will be set to the value of the thing it is connected to.

See Also