AttributeSet.AddRange Methods
Adds the specified elements to the AttributeSet.
Thread safety: This method is not thread-safe. Show
Overload List
Name | Description | |
---|---|---|
Public method | AddRange(AttributeSet items) | Adds the elements in the specified AttributeSet to this AttributeSet. |
Public method | AddRange(IEnumerable<Atom,AttributeValue> items) | Adds the specified key and value pairs to the AttributeSet. |
AddRange(AttributeSet items)
Adds the elements in the specified AttributeSet to this AttributeSet.Syntax
public void AddRange (
AttributeSet items
)
Parameters
items
Type: AttributeSet
Elements to add to this attribute set.
Elements to add to this attribute set.
Remarks
Note
The implicit geoType attribute that exists if the AttributeSet is associated with a Feature is not overwritten.
AddRange(IEnumerable<Atom,AttributeValue> items)
Adds the specified key and value pairs to the AttributeSet.Syntax
public void AddRange (
IEnumerable< KeyValuePair< Atom, AttributeValue > > items
)
Parameters
items
Type: A set of key and value pairs.
A set of key and value pairs.
A set of key and value pairs.
Remarks
Note
The implicit geoType attribute that exists if the AttributeSet is associated with a Feature is not overwritten.
Platforms
Windows, Linux, Android