SoFieldDisconnect Method (SoField) |
Disconnect the field from the requested field.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void Disconnect(
SoField field
)
Public Sub Disconnect (
field As SoField
)
public:
void Disconnect(
SoField^ field
)
member Disconnect :
field : SoField -> unit
Parameters
- field
- Type: OIV.Inventor.FieldsSoField
Remarks All other connections remain.
See Also