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