SoEngineGetOutputs Method |
Returns a list of outputs in this engine.
Namespace: OIV.Inventor.EnginesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic virtual int GetOutputs(
SoEngineOutputList list
)
Public Overridable Function GetOutputs (
list As SoEngineOutputList
) As Integer
public:
virtual int GetOutputs(
SoEngineOutputList^ list
)
abstract GetOutputs :
list : SoEngineOutputList -> int
override GetOutputs :
list : SoEngineOutputList -> int
Parameters
- list
- Type: OIV.InventorSoEngineOutputList
Return Value
Type:
Int32
Remarks
See Also