Get set the feature Id. features in a tile layer should be unique
Namespace:
EGIS.Mapbox.Vector.TileAssembly: EGIS.Mapbox.Vector.Tile (in EGIS.Mapbox.Vector.Tile.dll)
Syntax
Visual Basic |
---|
Public Property Id As String Get Set |
C# |
---|
public string Id { get; set; } |
Visual C++ |
---|
public: property String^ Id { String^ get (); void set (String^ value); } |
JavaScript |
---|
function get_id(); function set_id(value); |