PbBaseEnableConnection Method |
Activates/deactivates the mechanism of connection.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void EnableConnection(
bool flag
)
Public Sub EnableConnection (
flag As Boolean
)
public:
void EnableConnection(
bool flag
)
member EnableConnection :
flag : bool -> unit
Parameters
- flag
- Type: SystemBoolean
Remarks If the mechanism is deactivated, the list of connected objects does not change, but the connected objects are not informed of any change.
See Also