FeaturesSequence.WhereSet

FeaturesSequence.WhereSet method

Selects features with attribute set.

public virtual FeaturesSequence WhereSet(string attributeName)
ParameterTypeDescription
attributeNameStringAttribute to filter by.

Return Value

Features with set attribute value.

Exceptions

exceptioncondition
ArgumentExceptionNo attribute with such name exists in this features sequence.

See Also