SetEditingType Method

         Example         Applies To

Sets the editing type of the node specified by Index. If the node is a control point for a curved segment, this method sets the editing type of the node adjacent to it that joins two segments. Note that, depending on the editing type, this method may affect the position of adjacent nodes.

Syntax

expression.SetEditingType(Index, EditingType)

expression   Required. An expression that returns a ShapeNodes object.

Index   Required Long. The node whose editing type is to be set.

EditingType   Required Long. The editing property of the vertex. Can be one of the following MsoEditingType constants: msoEditingAuto, msoEditingCorner, msoEditingSmooth, or msoEditingSymmetric.