SoFieldAppendConnection Method (SoVRMLInterpOutput) |
Appends this field to the list of connections from another interpOutput.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic bool AppendConnection(
SoVRMLInterpOutput interpOutput
)
Public Function AppendConnection (
interpOutput As SoVRMLInterpOutput
) As Boolean
public:
bool AppendConnection(
SoVRMLInterpOutput^ interpOutput
)
member AppendConnection :
interpOutput : SoVRMLInterpOutput -> bool
Parameters
- interpOutput
- Type: OIV.Inventor.VRMLnodesSoVRMLInterpOutput
Return Value
Type:
Boolean
RemarksPrevious 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