SoFieldIsConnectionEnabled Method |
Returns false if connections to this field are disabled.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool IsConnectionEnabled()
Public Function IsConnectionEnabled As Boolean
public:
bool IsConnectionEnabled()
member IsConnectionEnabled : unit -> bool
Return Value
Type:
BooleanRemarks Note that this may return false even if the field is not connected to anything.
See Also