SoFieldConnectFrom Method (SoVRMLInterpOutput) |
Connects this field from an interpOutput.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic bool ConnectFrom(
SoVRMLInterpOutput interpOutput
)
Public Function ConnectFrom (
interpOutput As SoVRMLInterpOutput
) As Boolean
public:
bool ConnectFrom(
SoVRMLInterpOutput^ interpOutput
)
member ConnectFrom :
interpOutput : SoVRMLInterpOutput -> bool
Parameters
- interpOutput
- Type: OIV.Inventor.VRMLnodesSoVRMLInterpOutput
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