MsoSegmentType Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type for a segment.
public enum class MsoSegmentType
public enum MsoSegmentType
type MsoSegmentType =
Public Enum MsoSegmentType
- Inheritance
-
MsoSegmentType
Name | Value | Description |
---|---|---|
msoSegmentLine | 0 | Line. |
msoSegmentCurve | 1 | Curve. |
Used with the Insert and AddNodes methods of the FreeformBuilder object.