Namespace:  EGIS.Mapbox.Vector.Tile
Assembly:  EGIS.Mapbox.Vector.Tile (in EGIS.Mapbox.Vector.Tile.dll)

Syntax

Visual Basic
Public Enumeration AttributeType
C#
public enum AttributeType
Visual C++
public enum class AttributeType
JavaScript
EGIS.Mapbox.Vector.Tile.AttributeType = function();
EGIS.Mapbox.Vector.Tile.AttributeType.createEnum('EGIS.Mapbox.Vector.Tile.AttributeType', false);

Members

Member nameDescription
Unknown
StringValue
FloatValue
DoubleValue
IntValue
UIntValue
SIntValue
BoolValue

See Also