SoFieldGetConnectedEngine Method |
Returns true if this field is being written into by an engine, and returns the engine output it is connected to in engineOutput.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool GetConnectedEngine(
out SoEngineOutput engineOutput
)
Public Function GetConnectedEngine (
<OutAttribute> ByRef engineOutput As SoEngineOutput
) As Boolean
public:
bool GetConnectedEngine(
[OutAttribute] SoEngineOutput^% engineOutput
)
member GetConnectedEngine :
engineOutput : SoEngineOutput byref -> bool
Parameters
- engineOutput
- Type: OIV.Inventor.EnginesSoEngineOutput
Return Value
Type:
BooleanRemarks Returns false and does not modify engineOutput if it is not connected to an engine.
See Also