ShapefileAttributeCollection.ShapefileAttributeCollection Constructors
Initializes a new instance of the ShapefileAttributeCollection class.
Overload List
Name | Description | |
---|---|---|
Public method | ShapefileAttributeCollection() | Initializes a new empty instance of the ShapefileAttributeCollection class. |
Public method | ShapefileAttributeCollection(IEnumerable< ShapefileAttribute > items) | Initializes a new instance of the ShapefileAttributeCollection class with the specified elements. |
ShapefileAttributeCollection()
Initializes a new empty instance of the ShapefileAttributeCollection class.Syntax
public ShapefileAttributeCollection ()
ShapefileAttributeCollection(IEnumerable< ShapefileAttribute > items)
Initializes a new instance of the ShapefileAttributeCollection class with the specified elements.Syntax
public ShapefileAttributeCollection (
IEnumerable< ShapefileAttribute > items
)
Parameters
items
Type: A collection of ShapefileAttribute 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