GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
MeshScaleParameters Class
public class MeshScaleParameters :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.MeshScaleParameters>
Inheritance System.Object 🡒 MeshScaleParameters
Implements System.IEquatable<MeshScaleParameters>
Constructors
MeshScaleParameters(Nullable, Point) Constructor
public MeshScaleParameters(System.Nullable<bool> Geographic=null, dymaptic.GeoBlazor.Core.Components.Geometries.Point? Origin=null);
Parameters
Geographic
System.Nullable<System.Boolean>
Whether to georeference relative to the globe or the projected coordinate system (PCS).
ArcGIS Maps SDK for JavaScript
Origin
dymaptic.GeoBlazor.Core.Components.Geometries.Point
The origin point for scaling.
ArcGIS Maps SDK for JavaScript
Properties
MeshScaleParameters.Geographic Property
Whether to georeference relative to the globe or the projected coordinate system (PCS).
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Geographic { get; set; }
Property Value
System.Nullable<System.Boolean>
MeshScaleParameters.Origin Property
The origin point for scaling.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.Geometries.Point? Origin { get; set; }