IFeatureCollection.Set<TFeature>(TFeature) Method
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.
Sets the given feature in the collection.
public void Set<TFeature> (TFeature? instance);
abstract member Set : 'Feature -> unit
Public Sub Set(Of TFeature) (instance As TFeature)
Type Parameters
- TFeature
The feature key.
Parameters
- instance
- TFeature
The feature value.