Articles in this section
Category / Section

Need to connect the orgline connector with group's children

1 min read

Need to connect the Connector to Group’s children node

In order to connect with the group’s child node instead of connecting it to group node the EnableCentralPort property must be set to false to achieve the requirement.

The below code shows how to connect child nodes which is defined in the group:

[C#]

//initialize group node
Group grp = new Group();
//disable to restrict the group node connection
grp.EnableCentralPort = false;

 

[VB]

'initialize group node
Dim grp As New Group()
'disable to restrict the group node connection
grp.EnableCentralPort = False

 

Sample

Note:

The “EnableCentralPortproperty can be used as same as in all diagram’s nodes to restrict the connection.

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied