Share via


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

See Also

Reference

ShapeNodes Interface

ShapeNodes Members

Microsoft.Office.Core Namespace