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

Syntax

Visual Basic
Public Property GeometryType As Tile..::..GeomType
	Get
	Set
C#
public Tile..::..GeomType GeometryType { get; set; }
Visual C++
public:
property Tile..::..GeomType GeometryType {
	Tile..::..GeomType get ();
	void set (Tile..::..GeomType value);
}
JavaScript
function get_geometryType();
function set_geometryType(value);

See Also