Permission Constants for Featureset

Constant

Permission

Influence on operations

gdbPermFeaturesetInsert

Adding features to a layer.

If this permission is denied, it is impossible to add features to a layer through a featureset by the Featureset::Feature property.

gdbPermFeaturesetUpdate

Updating features in a layer.

If this permission is denied, it is impossible to update features in a layer through a featureset by the Feature::Update method.

gdbPermFeaturesetDelete

Removing features from a layer.

If this permission is denied, it is impossible to remove features from a layer through a featureset by the Featureset:Delete method.

gdbPermFeaturesetChangeData

Adding, updating and removing features in a layer.

If this permission is denied, it is impossible to add features to a layer through a featureset by the Featureset::Feature property, to update features in the layer through the featureset by the Feature::Update method, and to remove features from the layer through the featureset by the Featureset:Delete method.