CreateGroup

CreateGroup(int)

public GroupNode CreateGroup(int nodeID) ;

Description

Create group.

Parameters

Parameter Name Description
nodeID Node ID

Returns

The created group. If the node ID is not unique, return null without creating it.

CreateGroup()

public GroupNode CreateGroup() ;

Description

Create group.

Returns

The created group.