SoFieldAppendConnection Method (SoEngineOutput) |
Appends this field to the list of connections from another engineOutput.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool AppendConnection(
SoEngineOutput engineOutput
)
Public Function AppendConnection (
engineOutput As SoEngineOutput
) As Boolean
public:
bool AppendConnection(
SoEngineOutput^ engineOutput
)
member AppendConnection :
engineOutput : SoEngineOutput -> bool
Parameters
- engineOutput
- Type: OIV.Inventor.EnginesSoEngineOutput
Return Value
Type:
BooleanRemarks 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