SoEngineOutputGetForwardConnections Method |
Returns the number of fields this output is writing to, and adds references to those fields to the given list.
Namespace: OIV.Inventor.EnginesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public int GetForwardConnections(
SoFieldList list
)
Public Function GetForwardConnections (
list As SoFieldList
) As Integer
public:
int GetForwardConnections(
SoFieldList^ list
)
member GetForwardConnections :
list : SoFieldList -> int
Parameters
- list
- Type: OIV.InventorSoFieldList
Return Value
Type:
Int32Remarks See Also