SoFieldGetConnections Method |
Returns a list of the connections to this field.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public int GetConnections(
SoFieldList list
)
Public Function GetConnections (
list As SoFieldList
) As Integer
public:
int GetConnections(
SoFieldList^ list
)
member GetConnections :
list : SoFieldList -> int
Parameters
- list
- Type: OIV.InventorSoFieldList
Return Value
Type:
Int32Remarks See Also