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

Syntax

Visual Basic
Public Shared Function ToTileValue ( _
	value As AttributeKeyValue _
) As Tile..::..Value
C#
public static Tile..::..Value ToTileValue(
	AttributeKeyValue value
)
Visual C++
public:
static Tile..::..Value^ ToTileValue(
	AttributeKeyValue^ value
)
JavaScript
EGIS.Mapbox.Vector.Tile.AttributeKeyValue.toTileValue = function(value);

See Also