ShapeNodes.SetSegmentType(Int32, MsoSegmentType) メソッド

定義

指定された節点に続くセグメントの種類を設定します。

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)

パラメーター

Index
Int32

整数型 (Integer) の値を使用します。 セグメントの種類を設定する節点を指定します。

SegmentType
MsoSegmentType

必須 MsoSegmentType。 セグメントが直線か曲線かを指定します。

注釈

節点が曲線セグメントのコントロール ポイントである場合、その曲線セグメントの種類を設定します。 これによって、隣接する節点が挿入または削除され、節点の総数が変わる場合があります。

適用対象