Click or drag to resize
SoVRMLInterpolatorGetOutput Method

Returns the VRML interpolator output with the given name.

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoVRMLInterpOutput GetOutput(
	string outputName
)

Parameters

outputName
Type: SystemString

Return Value

Type: SoVRMLInterpOutput
Remarks

If no such output exists, NULL is returned.

See Also