Click or drag to resize
SoVRMLInterpolatorGetOutputName Method

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

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public bool GetOutputName(
	SoVRMLInterpOutput output,
	out string outputName
)

Parameters

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

Return Value

Type: Boolean
Remarks

Returns false if the output is not contained within the VRML interpolator instance.

See Also