Namespace:
EGIS.Mapbox.Vector.Tile
Assembly: EGIS.Mapbox.Vector.Tile (in EGIS.Mapbox.Vector.Tile.dll)
Assembly: EGIS.Mapbox.Vector.Tile (in EGIS.Mapbox.Vector.Tile.dll)
Syntax
Visual Basic |
---|
<ProtoMemberAttribute(, IsRequired := False, Name := "type", DataFormat := DataFormat.TwosComplement)> _ Public Property Type As Tile..::..GeomType Get Set |
C# |
---|
[ProtoMemberAttribute(, IsRequired = false, Name = "type", DataFormat = DataFormat.TwosComplement)] public Tile..::..GeomType Type { get; set; } |
Visual C++ |
---|
[ProtoMemberAttribute(, IsRequired = false, Name = L"type", DataFormat = DataFormat::TwosComplement)] public: property Tile..::..GeomType Type { Tile..::..GeomType get (); void set (Tile..::..GeomType value); } |
JavaScript |
---|
function get_type(); function set_type(value); |