ShapeNodes.SetEditingType(Int32, MsoEditingType) Method

Definition

Sets the editing type of the specified node.

public:
 void SetEditingType(int Index, Microsoft::Office::Core::MsoEditingType EditingType);
public void SetEditingType (int Index, Microsoft.Office.Core.MsoEditingType EditingType);
Public Sub SetEditingType (Index As Integer, EditingType As MsoEditingType)

Parameters

Index
Int32

Required Integer. The node whose editing type is to be set.

EditingType
MsoEditingType

Required MsoEditingType. The editing property of the vertex.

Remarks

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.

Applies to