Click or drag to resize
SoEngineGetOutputs Method

Returns a list of outputs in this engine.

Namespace: OIV.Inventor.Engines
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public virtual int GetOutputs(
	SoEngineOutputList list
)

Parameters

list
Type: OIV.InventorSoEngineOutputList

Return Value

Type: Int32
Remarks

Use OIV.Inventor.Engines.SoEngine.GetOutputName(OIV.Inventor.Engines.SoEngineOutput, System.String@) to get the names of the outputs, and use OIV.Inventor.Engines.SoEngineOutput.GetConnectionType() to determine their types.

See Also