Click or drag to resize
SoEngineGetOutput Method

Returns a reference to the engine output with the given name.

Namespace: OIV.Inventor.Engines
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public SoEngineOutput GetOutput(
	string outputName
)

Parameters

outputName
Type: SystemString

Return Value

Type: SoEngineOutput
Remarks

If no such output exists, NULL is returned.

See Also