SoVRMLInterpolatorGetOutput Method |
Returns the VRML interpolator output with the given name.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoVRMLInterpOutput GetOutput(
string outputName
)
Public Function GetOutput (
outputName As String
) As SoVRMLInterpOutput
public:
SoVRMLInterpOutput^ GetOutput(
String^ outputName
)
member GetOutput :
outputName : string -> SoVRMLInterpOutput
Parameters
- outputName
- Type: SystemString
Return Value
Type:
SoVRMLInterpOutput
RemarksIf no such output exists, NULL is returned.
See Also