SoVRMLInterpolatorGetByName Method (String, SoVRMLInterpList) |
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.36.0 (9.9.36.0)
Syntaxpublic static int GetByName(
string name,
SoVRMLInterpList list
)
Public Shared Function GetByName (
name As String,
list As SoVRMLInterpList
) As Integer
public:
static int GetByName(
String^ name,
SoVRMLInterpList^ list
)
static member GetByName :
name : string *
list : SoVRMLInterpList -> int
Parameters
- name
- Type: SystemString
- list
- Type: OIV.InventorSoVRMLInterpList
Return Value
Type:
Int32
RemarksThis 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