Skip to content

max_size

Syntax

max_size = <integer>

Description

A place property that sets the maximum number of individuals per site for that place. There is no minimum value for max_size.

Examples

The max number of individuals per site is set to 50 for a newly defined place, MyPlace, with the following:

place MyPlace {
max_size = 50
}

See Also