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

Syntax

Visual Basic
Public Sub New ( _
	key As String, _
	val As ULong _
)
C#
public AttributeKeyValue(
	string key,
	ulong val
)
Visual C++
public:
AttributeKeyValue(
	String^ key, 
	unsigned long long val
)
JavaScript
EGIS.Mapbox.Vector.Tile.AttributeKeyValue = function(key, val);

Parameters

key
Type: System..::..String
val
Type: System..::..UInt64

See Also