| SoFieldDisconnect Method (SoEngineOutput) | 
Disconnect the field from the requested engineOutput. 
 
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic 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
 
RemarksAll other connections remain. 
See Also