FeatureCollectionExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for getting feature from IFeatureCollection
public static class FeatureCollectionExtensions
type FeatureCollectionExtensions = class
Public Module FeatureCollectionExtensions
- Inheritance
-
FeatureCollectionExtensions
Methods
GetRequiredFeature(IFeatureCollection, Type) |
Retrieves the requested feature from the collection. Throws an InvalidOperationException if the feature is not present. |
GetRequiredFeature<TFeature>(IFeatureCollection) |
Retrieves the requested feature from the collection. Throws an InvalidOperationException if the feature is not present. |