StartEditing

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

The StartEditing method opens a composite object (group) or vector base layer up to editing the objects within the group. The StartEditing method must be used before the objects in a base layer or group can be selected.

Syntax

object. StartEditing ()

Remarks

Use StopEditing when you are finished editing the objects within the group or layer.

Example

This example demonstrates how to begin editing a base layer .

BaseLayer.Shapes.StartEditing()

Used by: Shapes Collection