FeaturesSequenceWhereSmallerOrEqualT Method

Selects features with attribute value smaller or equal to the provided value.

Namespace:  Aspose.Gis
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public virtual FeaturesSequence WhereSmallerOrEqual<T>(
	string attributeName,
	T value
)

Parameters

attributeName
Type: SystemString
Attribute to filter by.
value
Type: T
Value to compare against.

Type Parameters

T
Type of the value to compare against.

Return Value

Type: FeaturesSequence
Features with attribute value smaller or equal to the provided value.
Exceptions
ExceptionCondition
ArgumentExceptionNo attribute with such name exists in this features sequence.
See Also