SoVRMLInterpolatorGetOutputs Method |
Returns a list of outputs in this VRML interpolator.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic int GetOutputs(
SoVRMLInterpOutputList list
)
Public Function GetOutputs (
list As SoVRMLInterpOutputList
) As Integer
public:
int GetOutputs(
SoVRMLInterpOutputList^ list
)
member GetOutputs :
list : SoVRMLInterpOutputList -> int
Parameters
- list
- Type: OIV.InventorSoVRMLInterpOutputList
Return Value
Type:
Int32
RemarksThis is virtual so that private outputs can be hidden. Use getOutputName() to get the names of the fields, and use getConnectionType () to figure out their types. Returns the number of outputs added to the list.
See Also