Feature.IsValueSet
Feature.IsValueSet method
Checks if the attribute value is set in this feature.
public bool IsValueSet(string attributeName)
Parameter | Type | Description |
---|---|---|
attributeName | String | Name of the attribute. |
Return Value
true
if value for the specified attribute is set; otherwise, false
.
Exceptions
exception | condition |
---|---|
InvalidOperationException | The attribute is not locked. |
ArgumentException | The attribute with this name does not exist in this layer. |
ArgumentNullException | The attribute name is null . |
See Also
- class Feature
- namespace Aspose.Gis
- assembly Aspose.GIS