FeaturesSequence.GetEnumerator

FeaturesSequence.GetEnumerator method

Returns an enumerator that iterates through the collection.

public abstract IEnumerator<Feature> GetEnumerator()

Return Value

An enumerator that can be used to iterate through the collection.

Exceptions

exceptioncondition
InvalidOperationExceptionis thrown if the operation is not supported by the layer.

See Also