SoFieldAppendConnection Method (SoField) |
Appends this field to the list of connections from another field.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool AppendConnection(
SoField field
)
Public Function AppendConnection (
field As SoField
) As Boolean
public:
bool AppendConnection(
SoField^ field
)
member AppendConnection :
field : SoField -> bool
Parameters
- field
- Type: OIV.Inventor.FieldsSoField
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 field that was last touched.
See Also