GeoBlazor Pro
layout: pro title: CreateFeaturesWorkflowData parent: Pro Classes grand_parent: GeoBlazor Pro —
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Objects
CreateFeaturesWorkflowData Class
This object supports the EditorWidget. It contains data for the CreateFeaturesWorkflow.
ArcGIS Maps SDK for JavaScript
public class CreateFeaturesWorkflowData : dymaptic.GeoBlazor.Pro.Objects.WorkflowData
Inheritance System.Object 🡒 WorkflowData 🡒 CreateFeaturesWorkflowData
Properties
CreateFeaturesWorkflowData.CreationInfo Property
This provides the feature template and layer when creating a new feature.
public dymaptic.GeoBlazor.Pro.Objects.CreationInfo CreationInfo { get; set; }
Property Value
CreateFeaturesWorkflowData.PendingFeatures Property
Returns a collection of graphics representing features that have been created during the workflow.
public dymaptic.GeoBlazor.Core.Components.Layers.Graphic[] PendingFeatures { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Components.Layers.Graphic[]
CreateFeaturesWorkflowData.ViewModel Property
The associated EditorViewModel for this workflow.
public dymaptic.GeoBlazor.Pro.Components.Widgets.EditorViewModel ViewModel { get; set; }