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 JS API

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 JS API

public CreationInfo(dymaptic.GeoBlazor.Core.Components.Layers.FeatureLayer Layer, dymaptic.GeoBlazor.Pro.Objects.FeatureTemplate Template);

Parameters

Layer dymaptic.GeoBlazor.Core.Components.Layers.FeatureLayer

The associated layer for newly-created feature.

Template 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.Pro.Objects.FeatureTemplate Template { get; set; }

Property Value

FeatureTemplate