FeatureAttributeCollection.Contains
FeatureAttributeCollection.Contains method
Determines whether the attribute collection contains an attribute with the specified name.
public bool Contains(string name)
Parameter | Type | Description |
---|---|---|
name | String | Name of the attribute. |
Return Value
true
if the attribute collection contains and attribute with the specified name; otherwise, false
.
Exceptions
exception | condition |
---|---|
ArgumentNullException | The argument is null . |
See Also
- class FeatureAttributeCollection
- namespace Aspose.Gis
- assembly Aspose.GIS