MsoSegmentType Enumeration

Specifies the type for a segment.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoSegmentType
'Usage
Dim instance As MsoSegmentType
public enum MsoSegmentType

Members

Member name Description
msoSegmentLine Line.
msoSegmentCurve Curve.

Remarks

Used with the Insert and AddNodes methods of the FreeformBuilder object.

See Also

Reference

Microsoft.Office.Core Namespace