LevelAttributeFormat Enumeration
Specifies the type and format of the level attribute set on lines generated by IsolineOperator.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEOperators assembly)
Syntax
public enum LevelAttributeFormat
Values
Value name | Value | Description |
---|---|---|
None | 0 | No attribute is set. |
Int | 1 | The value is stored in an integer attribute. |
String | 2 | The value is stored in a string attribute. |
Double | 3 | The value is stored in a double attribute. |
Platforms
Windows, Linux, Android