Click or drag to resize
SoEngineGetOutputName Method

Returns (in outputName) the name of the engine output (output).

Namespace: OIV.Inventor.Engines
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public bool GetOutputName(
	SoEngineOutput output,
	out string outputName
)

Parameters

output
Type: OIV.Inventor.EnginesSoEngineOutput
outputName
Type: SystemString

Return Value

Type: Boolean
Remarks

Returns false if the engine output is not contained within the engine instance.

See Also