SoFieldDisconnect Method (SoEngineOutput) |
Disconnect the field from the requested engineOutput.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
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