Returns a reference to the engine output with the given name.
Namespace: OIV.Inventor.EnginesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax public SoEngineOutput GetOutput(
string outputName
)
Public Function GetOutput (
outputName As String
) As SoEngineOutput
public:
SoEngineOutput^ GetOutput(
String^ outputName
)
member GetOutput :
outputName : string -> SoEngineOutput
Parameters
- outputName
- Type: SystemString
Return Value
Type:
SoEngineOutputRemarks If no such output exists, NULL is returned.
See Also