Click or drag to resize
SoVRMLInterpolatorGetByName Method (String)

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 SoVRMLInterpolator GetByName(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: SoVRMLInterpolator
Remarks

This method allows VRML interpolators to be looked up by name. It returns the last VRML interpolator with the specified name.

See Also