ShapeNodes.SetSegmentType(Int32, MsoSegmentType) Método

Definición

Establece el tipo del segmento posterior al nodo especificado.

public:
 void SetSegmentType(int Index, Microsoft::Office::Core::MsoSegmentType SegmentType);
public void SetSegmentType (int Index, Microsoft.Office.Core.MsoSegmentType SegmentType);
abstract member SetSegmentType : int * Microsoft.Office.Core.MsoSegmentType -> unit
Public Sub SetSegmentType (Index As Integer, SegmentType As MsoSegmentType)

Parámetros

Index
Int32

Required Integer. Nodo cuyo tipo de segmento va a establecerse.

SegmentType
MsoSegmentType

Obligatorio MsoSegmentType. Especifica si el segmento es recto o curvo.

Comentarios

Si el nodo es un punto de control de un segmento curvo, este método establece el tipo de segmento de esa curva. Tenga en cuenta que esta operación puede afectar al número total de nodos al insertar o eliminar nodos adyacentes.

Se aplica a