GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Options
ConvertMeshOptions Class
Options used to configure mesh conversion.
ArcGIS Maps SDK for JavaScript
public class ConvertMeshOptions :
System.IEquatable<dymaptic.GeoBlazor.Pro.Options.ConvertMeshOptions>
Inheritance System.Object 🡒 ConvertMeshOptions
Implements System.IEquatable<ConvertMeshOptions>
Constructors
ConvertMeshOptions(Point) Constructor
Options used to configure mesh conversion.
ArcGIS Maps SDK for JavaScript
public ConvertMeshOptions(dymaptic.GeoBlazor.Core.Components.Geometries.Point? Location=null);
Parameters
Location
dymaptic.GeoBlazor.Core.Components.Geometries.Point
The location of the origin of the model.
ArcGIS Maps SDK for JavaScript
Properties
ConvertMeshOptions.Location Property
The location of the origin of the model.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.Geometries.Point? Location { get; set; }