Click or drag to resize
SoFieldGetConnectedField Method

Returns true if this field is being written into by another field, and returns the field it is connected to in writingField.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public bool GetConnectedField(
	out SoField writingField
)

Parameters

writingField
Type: OIV.Inventor.FieldsSoField

Return Value

Type: Boolean
Remarks

Returns false and does not modify writingField if it is not connected to a field.

See Also