Click or drag to resize
SoVRMLInterpolatorGetOutputs Method

Returns a list of outputs in this VRML interpolator.

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public int GetOutputs(
	SoVRMLInterpOutputList list
)

Parameters

list
Type: OIV.InventorSoVRMLInterpOutputList

Return Value

Type: Int32
Remarks

This is virtual so that private outputs can be hidden. Use getOutputName() to get the names of the fields, and use getConnectionType () to figure out their types. Returns the number of outputs added to the list.

See Also