StopEditing

The StopEditing method has been deprecated. It is no longer to start/stop editing for objects within groups.

StopEditing ends the editing mode for a composite object (group) or vector base layer.

Syntax

object. StopEditing ()

Remarks

Use StartEditing to begin editing the objects within the group or layer.

Example

This example demonstrates how to end editing for a base layer .

BaseLayer.Shapes.StopEditing()

Used by: Shapes Collection