SoFieldConnectFrom Method (SoEngineOutput) |
Connects this field from an engine output.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic bool ConnectFrom(
SoEngineOutput engineOutput
)
Public Function ConnectFrom (
engineOutput As SoEngineOutput
) As Boolean
public:
bool ConnectFrom(
SoEngineOutput^ engineOutput
)
member ConnectFrom :
engineOutput : SoEngineOutput -> bool
Parameters
- engineOutput
- Type: OIV.Inventor.EnginesSoEngineOutput
Return Value
Type:
Boolean
RemarksIf 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 enableConnection()), the field's value will be set to the value of the thing it is connected to.
See Also