dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

SizeSchemeForPolyline Class

Properties defining the symbology scheme used to visualize polyline features driven by attribute data. ArcGIS Maps SDK for JavaScript

public record SizeSchemeForPolyline : dymaptic.GeoBlazor.Pro.Model.SizeScheme, dymaptic.GeoBlazor.Core.Interfaces.ISizeScheme, System.IEquatable<dymaptic.GeoBlazor.Pro.Model.SizeSchemeForPolyline>

Inheritance System.Object 🡒 SizeScheme 🡒 SizeSchemeForPolyline

Implements ISizeScheme, System.IEquatable<SizeSchemeForPolyline>

Constructors

SizeSchemeForPolyline(MapColor, MapColor, Dimension, Dimension, Dimension, Dimension, double) Constructor

Properties defining the symbology scheme used to visualize polyline features driven by attribute data. ArcGIS Maps SDK for JavaScript

public SizeSchemeForPolyline(dymaptic.GeoBlazor.Core.Model.MapColor Color, dymaptic.GeoBlazor.Core.Model.MapColor NoDataColor, dymaptic.GeoBlazor.Core.Model.Dimension Width, dymaptic.GeoBlazor.Core.Model.Dimension NoDataWidth, dymaptic.GeoBlazor.Core.Model.Dimension MinWidth, dymaptic.GeoBlazor.Core.Model.Dimension MaxWidth, double Opacity);

Parameters

Color MapColor

The color of the line symbol. ArcGIS Maps SDK for JavaScript

NoDataColor MapColor

The color of the line symbol used to indicate features with no data and features that are out of range. ArcGIS Maps SDK for JavaScript

Width Dimension

The default width of the line symbol in pixels or points. ArcGIS Maps SDK for JavaScript

NoDataWidth Dimension

The width of the line symbol in pixels or points used to indicate features with no data and features that are out of range. ArcGIS Maps SDK for JavaScript

MinWidth Dimension

The minimum width of a line symbol in pixels or points representing features with low data values. ArcGIS Maps SDK for JavaScript

MaxWidth Dimension

The maximum width of a line symbol in pixels or points representing features with high data values. ArcGIS Maps SDK for JavaScript

Opacity System.Double

The opacity of the line symbol. ArcGIS Maps SDK for JavaScript

Properties

SizeSchemeForPolyline.Color Property

The color of the line symbol. ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Model.MapColor Color { get; init; }

Property Value

MapColor

SizeSchemeForPolyline.MaxWidth Property

The maximum width of a line symbol in pixels or points representing features with high data values. ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Model.Dimension MaxWidth { get; init; }

Property Value

Dimension

SizeSchemeForPolyline.MinWidth Property

The minimum width of a line symbol in pixels or points representing features with low data values. ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Model.Dimension MinWidth { get; init; }

Property Value

Dimension

SizeSchemeForPolyline.NoDataColor Property

The color of the line symbol used to indicate features with no data and features that are out of range. ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Model.MapColor NoDataColor { get; init; }

Property Value

MapColor

SizeSchemeForPolyline.NoDataWidth Property

The width of the line symbol in pixels or points used to indicate features with no data and features that are out of range. ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Model.Dimension NoDataWidth { get; init; }

Property Value

Dimension

SizeSchemeForPolyline.Opacity Property

The opacity of the line symbol. ArcGIS Maps SDK for JavaScript

public double Opacity { get; init; }

Property Value

System.Double

SizeSchemeForPolyline.Width Property

The default width of the line symbol in pixels or points. ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Model.Dimension Width { get; init; }

Property Value

Dimension