LuciadCPillar C# 2024.1.01
Luciad.Edit.Features.IFeatureEditConfiguration Interface Reference

Allows you to configure the editing behavior for a feature layer. More...

Public Member Functions

void Edit (Luciad.Models.Features.Feature feature, ulong layerId, Luciad.Maps.Map map, FeatureEditConfigurationBuilder builder)
 Configures the edit behavior for a given Feature. More...
 

Detailed Description

Allows you to configure the editing behavior for a feature layer.

See FeatureEditConfigurationBuilder for more information on what can be configured.

Since
2020.1

Member Function Documentation

◆ Edit()

void Luciad.Edit.Features.IFeatureEditConfiguration.Edit ( Luciad.Models.Features.Feature  feature,
ulong  layerId,
Luciad.Maps.Map  map,
FeatureEditConfigurationBuilder  builder 
)

Configures the edit behavior for a given Feature.

Parameters
featurethe feature for which to configure the edit behavior
layerIdthe feature's layer
mapthe map
builderthe edit configuration builder on which to do the configuration