GeoBlazor Pro
layout: pro title: CreationInfo parent: Pro Classes grand_parent: GeoBlazor Pro —
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Objects
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.Objects.CreationInfo>
Inheritance System.Object 🡒 CreationInfo
Implements System.IEquatable<CreationInfo>
Constructors
CreationInfo(FeatureLayer, FeatureTemplate) 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.FeatureLayer Layer, dymaptic.GeoBlazor.Core.Components.Layers.FeatureTemplate Template);
Parameters
Layer
dymaptic.GeoBlazor.Core.Components.Layers.FeatureLayer
The associated layer for newly-created feature.
Template
dymaptic.GeoBlazor.Core.Components.Layers.FeatureTemplate
The associated feature template used to create new features.
Properties
CreationInfo.Layer Property
The associated layer for newly-created feature.
public dymaptic.GeoBlazor.Core.Components.Layers.FeatureLayer Layer { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Components.Layers.FeatureLayer
CreationInfo.Template Property
The associated feature template used to create new features.
public dymaptic.GeoBlazor.Core.Components.Layers.FeatureTemplate Template { get; set; }