Description:

Changes the name of a group.

Syntax:
public bool ChangeGroupName(
int groupIndex,
string newName
)
Parameters:
  • groupIndex
  • Type: int
  • The index of the group.
  • newName
  • Type: string
  • The new group name.
Returns:
Type: bool
True if successful, False otherwise.

ChangeGroupName method

Class:  Rhino.DocObjects.Tables.GroupTable

Nothing found