Click or drag to resize
PbBaseEnableConnection Method

Activates/deactivates the mechanism of connection.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void EnableConnection(
	bool flag
)

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