GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
CreationInfo Class
This object provides required and optional properties needed when creating a new feature.
ArcGIS Maps SDK for JavaScript
public class CreationInfo :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.CreationInfo>
Inheritance System.Object 🡒 CreationInfo
Implements System.IEquatable<CreationInfo>
Constructors
CreationInfo(Layer, FeatureTemplate, Mesh, Graphic, Nullable) Constructor
This object provides required and optional properties needed when creating a new feature.
ArcGIS Maps SDK for JavaScript
public CreationInfo(dymaptic.GeoBlazor.Core.Components.Layers.Layer Layer, dymaptic.GeoBlazor.Pro.Components.FeatureTemplate Template, dymaptic.GeoBlazor.Pro.Components.Geometries.Mesh? GeometryToPlace=null, dymaptic.GeoBlazor.Core.Components.Graphic? InitialFeature=null, System.Nullable<double> MaxFeatures=null);
Parameters
Layer
dymaptic.GeoBlazor.Core.Components.Layers.Layer
The associated layer for newly-created feature.
ArcGIS Maps SDK for JavaScript
Template
FeatureTemplate
The associated feature template used to create new features.
ArcGIS Maps SDK for JavaScript
GeometryToPlace
Mesh
The associated Mesh geometry for the newly-created feature.
ArcGIS Maps SDK for JavaScript
InitialFeature
dymaptic.GeoBlazor.Core.Components.Graphic
The initial feature used when you begin creating features.
ArcGIS Maps SDK for JavaScript
MaxFeatures
System.Nullable<System.Double>
The maximum amount of feature to create in one batch editing operation.
ArcGIS Maps SDK for JavaScript
Properties
CreationInfo.GeometryToPlace Property
The associated Mesh geometry for the newly-created feature.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Pro.Components.Geometries.Mesh? GeometryToPlace { get; set; }
Property Value
CreationInfo.InitialFeature Property
The initial feature used when you begin creating features.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.Graphic? InitialFeature { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Components.Graphic
CreationInfo.Layer Property
The associated layer for newly-created feature.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.Layers.Layer? Layer { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Components.Layers.Layer
CreationInfo.MaxFeatures Property
The maximum amount of feature to create in one batch editing operation.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> MaxFeatures { get; set; }
Property Value
System.Nullable<System.Double>
CreationInfo.Template Property
The associated feature template used to create new features.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Pro.Components.FeatureTemplate? Template { get; set; }