PartioningName
discrete_alloc function, argument 5: PartioningName
definition
PartioningName is the fifth Argument of the discrete_alloc function.
PartioningName is an Attribute that maps each PartioningAttribute to a partioning name.
The Domain unit of this attribute is the set of land use types.
applies
- attribute PartioningName with value type: string.
example
unit<uint8> lu_type: nrofrows = 3
{
attribute<string> PartioningName: ['Living','Working','Nature'];
}