SoVRMLInterpolatorGetOutputName Method |
Returns (in outputName ) the name of the given output.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic bool GetOutputName(
SoVRMLInterpOutput output,
out string outputName
)
Public Function GetOutputName (
output As SoVRMLInterpOutput,
<OutAttribute> ByRef outputName As String
) As Boolean
public:
bool GetOutputName(
SoVRMLInterpOutput^ output,
[OutAttribute] String^% outputName
)
member GetOutputName :
output : SoVRMLInterpOutput *
outputName : string byref -> bool
Parameters
- output
- Type: OIV.Inventor.VRMLnodesSoVRMLInterpOutput
- outputName
- Type: SystemString
Return Value
Type:
Boolean
RemarksReturns false if the output is not contained within the VRML interpolator instance.
See Also