IsolineOperator.LevelAttributeFormat Property
Gets or sets a value specifying the type of the level attributes of the generated features.
Syntax
public LevelAttributeFormat LevelAttributeFormat { get; set; }
Property Value
Default: None
Specifies the type of the level attributes of the generated features.
Remarks
The output features are either lines or polygons (see OutputType).
For lines, this property controls the type of the level attribute that is normally named value (it can be renamed via ValueAttribute).
For polygons, this property controls the type of the minValue and maxValue attributes.
Platforms
Windows, Linux, Android