FeatureReference<T> Struct

Definition

A cached reference to a feature.

generic <typename T>
public value class FeatureReference
public struct FeatureReference<T>
type FeatureReference<'T> = struct
Public Structure FeatureReference(Of T)

Type Parameters

T

The feature type.

Inheritance
FeatureReference<T>

Fields

Default

Gets the default FeatureReference<T>.

Methods

Fetch(IFeatureCollection)

Gets the feature of type T from features.

Update(IFeatureCollection, T)

Updates the reference to the feature.

Applies to