GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
MeshCenterAtParameters Class
public class MeshCenterAtParameters :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.MeshCenterAtParameters>
Inheritance System.Object 🡒 MeshCenterAtParameters
Implements System.IEquatable<MeshCenterAtParameters>
Constructors
MeshCenterAtParameters(Nullable, Point) Constructor
public MeshCenterAtParameters(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 at which to center.
ArcGIS Maps SDK for JavaScript
Properties
MeshCenterAtParameters.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>
MeshCenterAtParameters.Origin Property
The origin at which to center.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.Geometries.Point? Origin { get; set; }