RasterValueAttributeSetCollection.RasterValueAttributeSetCollection Constructors
Initializes a new instance of the RasterValueAttributeSetCollection class.
Overload List
| Name | Description | |
|---|---|---|
| Public method | RasterValueAttributeSetCollection() | Initializes a new empty instance of the RasterValueAttributeSetCollection class. | 
| Public method | RasterValueAttributeSetCollection(IEnumerable< RasterValueAttributeSet > items) | Initializes a new instance of the RasterValueAttributeSetCollection class with the specified elements. | 
RasterValueAttributeSetCollection()
Initializes a new empty instance of the RasterValueAttributeSetCollection class.Syntax
public RasterValueAttributeSetCollection ()RasterValueAttributeSetCollection(IEnumerable< RasterValueAttributeSet > items)
Initializes a new instance of the RasterValueAttributeSetCollection class with the specified elements.Syntax
public RasterValueAttributeSetCollection (
	IEnumerable< RasterValueAttributeSet > items
)Parameters
items
    Type: A collection of RasterValueAttributeSet elements.
A collection of items to add to the new collection.
A collection of items to add to the new collection.
Platforms
Windows, Linux, Android