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

Syntax

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

See Also