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

Syntax

Visual Basic
Public Property HasFloatValue As Boolean
	Get
	Set
C#
public bool HasFloatValue { get; set; }
Visual C++
public:
property bool HasFloatValue {
	bool get ();
	void set (bool value);
}
JavaScript
function get_hasFloatValue();
function set_hasFloatValue(value);

See Also