Click or drag to resize
SoFieldAppendConnection Method (SoVRMLInterpOutput)

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

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public bool AppendConnection(
	SoVRMLInterpOutput interpOutput
)

Parameters

interpOutput
Type: OIV.Inventor.VRMLnodesSoVRMLInterpOutput

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 interpOutput that was last touched.

See Also