FeaturesSequence.WhereEqual
FeaturesSequence.WhereEqual<T> method
Selects features with attribute value equal to the provided value.
public virtual FeaturesSequence WhereEqual<T>(string attributeName, T value)
Parameter | Description |
---|---|
T | Type of the value to compare against. |
attributeName | Attribute to filter by. |
value | Value to compare against. |
Return Value
Features with attribute value equal to the provided value.
Exceptions
exception | condition |
---|---|
ArgumentException | No attribute with such name exists in this features sequence. |
See Also
- class FeaturesSequence
- namespace Aspose.Gis
- assembly Aspose.GIS