menu
RhinoCommon API
search
search
V8
arrow_drop_down
new_releases
wb_sunny
RhinoCommon documentation has a new look. The old site can still be found
here
.
Close
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.
home
/
Rhino.DocObjects.Tables
/
GroupTable
/
ChangeGroupName
ChangeGroupName method
Class:
Rhino.DocObjects.Tables.GroupTable
Nothing found