layout: default title: Effect parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Layers
Effect Class
ArcGIS Maps SDK for JavaScript
public class Effect
Inheritance System.Object 🡒 Effect
Constructors
Effect() Constructor
Constructor
public Effect();
Effect(string, Nullable) Constructor
Constructor
public Effect(string value, System.Nullable<double> scale=null);
Parameters
value
System.String
The effect to be applied to a layer or layerView at the corresponding scale. Use only when setting a scale dependent effect.
scale
System.Nullable<System.Double>
The scale of the view for the effect to take place. Use only when setting a scale dependent effect.
Properties
Effect.Scale Property
The scale of the view for the effect to take place. Use only when setting a scale dependent effect.
public System.Nullable<double> Scale { get; set; }
Property Value
System.Nullable<System.Double>
Effect.Value Property
The effect to be applied to a layer or layerView at the corresponding scale. Use only when setting a scale dependent effect.
public string? Value { get; set; }
Property Value
Operators
Effect.implicit operator Effect(string) Operator
Implicit conversion from string to Effect
public static dymaptic.GeoBlazor.Core.Components.Layers.Effect implicit operator Effect(string stringVal);
Parameters
stringVal
System.String