GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
CreateFeaturesCreationInfo Class
This object provides required properties needed when creating a new feature.
ArcGIS Maps SDK for JavaScript
public class CreateFeaturesCreationInfo :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.CreateFeaturesCreationInfo>
Inheritance System.Object 🡒 CreateFeaturesCreationInfo
Implements System.IEquatable<CreateFeaturesCreationInfo>
Constructors
CreateFeaturesCreationInfo(Layer, FeatureTemplate) Constructor
This object provides required properties needed when creating a new feature.
ArcGIS Maps SDK for JavaScript
public CreateFeaturesCreationInfo(dymaptic.GeoBlazor.Core.Components.Layers.Layer? Layer=null, dymaptic.GeoBlazor.Pro.Components.FeatureTemplate? Template=null);
Parameters
Layer
dymaptic.GeoBlazor.Core.Components.Layers.Layer
Template
FeatureTemplate
Properties
CreateFeaturesCreationInfo.Layer Property
public dymaptic.GeoBlazor.Core.Components.Layers.Layer? Layer { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Components.Layers.Layer
CreateFeaturesCreationInfo.Template Property
public dymaptic.GeoBlazor.Pro.Components.FeatureTemplate? Template { get; set; }