Get/Set the feature attributes
Namespace:
EGIS.Mapbox.Vector.TileAssembly: EGIS.Mapbox.Vector.Tile (in EGIS.Mapbox.Vector.Tile.dll)
Syntax
Visual Basic |
---|
Public Property Attributes As List(Of AttributeKeyValue) Get Set |
C# |
---|
public List<AttributeKeyValue> Attributes { get; set; } |
Visual C++ |
---|
public: property List<AttributeKeyValue^>^ Attributes { List<AttributeKeyValue^>^ get (); void set (List<AttributeKeyValue^>^ value); } |
JavaScript |
---|
function get_attributes(); function set_attributes(value); |