LuciadCPillar C# 2023.1.04
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, Luciad.Edit.Features.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. 2020.1

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::IFeatureEditConfiguration.

Member Function Documentation

◆ Edit()

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

Configures the edit behavior for a given Feature.

feature

the feature for which to configure the edit behavior

layerId

the feature's layer

map

the map

builder

the edit configuration builder on which to do the configuration

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::IFeatureEditConfiguration::edit.