Click or drag to resize
SoVRMLInterpolatorGetByName Method (String, SoVRMLInterpList)

A VRML interpolator can be given a name using setName () (which is a method on SoBase).

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public static int GetByName(
	string name,
	SoVRMLInterpList list
)

Parameters

name
Type: SystemString
list
Type: OIV.InventorSoVRMLInterpList

Return Value

Type: Int32
Remarks

This method allows VRML interpolators to be looked up by name. It returns the number of VRML interpolators with the specified name, and adds to list those interpolators.

See Also