SoFieldGetForwardConnections Method |
Adds references to all of the fields that this field is writing into (either fields in nodes, global fields or engine inputs) to the given field list, and returns the number of forward connections.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
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