layout: default title: FeatureEffect parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Layers

FeatureEffect Class

ArcGIS Maps SDK for JavaScript

public class FeatureEffect

Inheritance System.Object 🡒 FeatureEffect

Properties

FeatureEffect.ExcludedEffect Property

The effect applied to features that do not meet the filter requirements.

public System.Collections.Generic.List<dymaptic.GeoBlazor.Core.Components.Layers.Effect>? ExcludedEffect { get; set; }

Property Value

System.Collections.Generic.List<Effect>

FeatureEffect.ExcludedLabelsVisible Property

Indicates if labels are visible for features that are excluded from the filter.

public System.Nullable<bool> ExcludedLabelsVisible { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureEffect.Filter Property

The filter that drives the effect.

public dymaptic.GeoBlazor.Core.Components.Layers.FeatureFilter? Filter { get; set; }

Property Value

FeatureFilter

FeatureEffect.IncludedEffect Property

The effect applied to features that meet the filter requirements.

public System.Collections.Generic.List<dymaptic.GeoBlazor.Core.Components.Layers.Effect>? IncludedEffect { get; set; }

Property Value

System.Collections.Generic.List<Effect>