LuciadCPillar C# 2024.1.01
|
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... | |
Allows you to configure the editing behavior for a feature layer.
See FeatureEditConfigurationBuilder
for more information on what can be configured.
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
.
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 |