SoVRMLInterpListInsert Method |
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void Insert(
int index,
SoVRMLInterpolator value
)
Public Sub Insert (
index As Integer,
value As SoVRMLInterpolator
)
public:
void Insert(
int index,
SoVRMLInterpolator^ value
)
member Insert :
index : int *
value : SoVRMLInterpolator -> unit
Parameters
- index
- Type: SystemInt32
- value
- Type: OIV.Inventor.VRMLnodesSoVRMLInterpolator
See Also