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: 9.9.13.0 (9.9.13.0)
Syntax
public virtual int GetOutputs(
	SoEngineOutputList list
)

Parameters

list
Type: OIV.InventorSoEngineOutputList

Return Value

Type: Int32
Remarks

Use getOutputName() to get the names of the outputs, and use SoEngineOutput.getConnectionType() to determine their types.

See Also