SoVRMLInterpolatorGetByName Method (String) |
A VRML interpolator can be given a name using setName () (which is a method on SoBase).
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static SoVRMLInterpolator GetByName(
string name
)
Public Shared Function GetByName (
name As String
) As SoVRMLInterpolator
public:
static SoVRMLInterpolator^ GetByName(
String^ name
)
static member GetByName :
name : string -> SoVRMLInterpolator
Parameters
- name
- Type: SystemString
Return Value
Type:
SoVRMLInterpolator
RemarksThis method allows VRML interpolators to be looked up by name. It returns the last VRML interpolator with the specified name.
See Also