ShapeNodes.SetSegmentType Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub SetSegmentType ( _
Index As Integer, _
SegmentType As MsoSegmentType _
)
'Usage
Dim instance As ShapeNodes
Dim Index As Integer
Dim SegmentType As MsoSegmentType
instance.SetSegmentType(Index, SegmentType)
void SetSegmentType(
int Index,
MsoSegmentType SegmentType
)
Parameters
- Index
Type: System.Int32
- SegmentType
Type: Microsoft.Office.Core.MsoSegmentType