dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

FeatureIdentifier Class

A feature identifier.
ArcGIS Maps SDK for JavaScript

public class FeatureIdentifier :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.FeatureIdentifier>

Inheritance System.Object 🡒 FeatureIdentifier

Implements System.IEquatable<FeatureIdentifier>

Constructors

FeatureIdentifier(string, ObjectId) Constructor

A feature identifier.
ArcGIS Maps SDK for JavaScript

public FeatureIdentifier(string? GlobalId=null, dymaptic.GeoBlazor.Core.Model.ObjectId? ObjectId=null);

Parameters

GlobalId System.String

The globalId of the feature to be deleted.
ArcGIS Maps SDK for JavaScript

ObjectId ObjectId

The objectId of the feature to be deleted.
ArcGIS Maps SDK for JavaScript

Properties

FeatureIdentifier.GlobalId Property

The globalId of the feature to be deleted.
ArcGIS Maps SDK for JavaScript

public string? GlobalId { get; set; }

Property Value

System.String

FeatureIdentifier.ObjectId Property

The objectId of the feature to be deleted.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Model.ObjectId? ObjectId { get; set; }

Property Value

ObjectId