Method SetLayout
SetLayout(NwPlayer, int, NuiLayout)
Sets the group layout for a specific player + window token (override/partial update).
public void SetLayout(NwPlayer player, int token, NuiLayout newLayout)
Parameters
playerNwPlayerThe player with the window containing this group.
tokenintThe token of the window to update.
newLayoutNuiLayoutThe new layout to apply to this group.
Exceptions
- InvalidOperationException
Thrown if this group does not have an Id assigned.