AttributeSet.Merge Method
Merges values from the specified AttributeSet into this AttributeSet.
Merge(AttributeSet attributeSet)
Merges values from the specified AttributeSet into this AttributeSet.Syntax
public void Merge (
AttributeSet attributeSet
)
Parameters
The attribute set to merge values from.
Remarks
This method can be used to copy values from one attribute set into another attribute set. Values that already exist are overwritten and values that do not exist are inserted into the attribute set.
The implicit geoType attribute that exists when the AttributeSet we merge values into is associated with a Feature is not overwritten.
Platforms
Windows, Linux, Android