GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Components
FeatureTemplatesVisibleElements Class
The visible elements that are displayed within the widget.
ArcGIS Maps SDK for JavaScript
public class FeatureTemplatesVisibleElements : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 dymaptic.GeoBlazor.Core.Components.MapComponent 🡒 FeatureTemplatesVisibleElements
Constructors
FeatureTemplatesVisibleElements() Constructor
Parameterless constructor for use as a Razor Component.
public FeatureTemplatesVisibleElements();
FeatureTemplatesVisibleElements(Nullable) Constructor
Constructor for use in C# code. Use named parameters (e.g., item1: value1, item2: value2) to set properties in any order.
public FeatureTemplatesVisibleElements(System.Nullable<bool> filter=null);
Parameters
filter
System.Nullable<System.Boolean>
Indicates whether to the filter will be displayed.
ArcGIS Maps SDK for JavaScript
Properties
FeatureTemplatesVisibleElements.Filter Property
Indicates whether to the filter will be displayed.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Filter { get; set; }
Property Value
System.Nullable<System.Boolean>
Methods
FeatureTemplatesVisibleElements.GetFilter() Method
Asynchronously retrieve the current value of the Filter property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetFilter();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
FeatureTemplatesVisibleElements.SetFilter(Nullable) Method
Asynchronously set the value of the Filter property after render.
public System.Threading.Tasks.Task SetFilter(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.