SoFieldGetConnectedVRMLInterp Method |
Returns the VRMLInterpolator output field is connected to.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic bool GetConnectedVRMLInterp(
out SoVRMLInterpOutput interpOutput
)
Public Function GetConnectedVRMLInterp (
<OutAttribute> ByRef interpOutput As SoVRMLInterpOutput
) As Boolean
public:
bool GetConnectedVRMLInterp(
[OutAttribute] SoVRMLInterpOutput^% interpOutput
)
member GetConnectedVRMLInterp :
interpOutput : SoVRMLInterpOutput byref -> bool
Parameters
- interpOutput
- Type: OIV.Inventor.VRMLnodesSoVRMLInterpOutput
Return Value
Type:
Boolean
RemarksReturns false if there is no connection of the appropriate type.
See Also