IFeatureCollection Interface

Definition

Represents a collection of features.

C#
public interface IFeatureCollection
C#
public interface IFeatureCollection : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<Type,object>>
Derived
Implements

Properties

IsReadOnly

Gets a value indicating whether the collection can be modified.

Item[Type]

Gets or sets a given feature. Setting a null value removes the feature.

Revision

Gets a value that is incremented for each modification and can be used to verify cached results.

Methods

Get<TFeature>()

Retrieves the requested feature from the collection.

Set<TFeature>(TFeature)

Sets the given feature in the collection.

Extension Methods

Applies to

Product Versions
DocumentFormat.OpenXml 2.14.0, 2.15.0, 2.16.0, 2.17.1, 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1