MsoSegmentType Enum
Definition
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
Fields
Name | Value | Description |
---|---|---|
msoSegmentLine | 0 | Line. |
msoSegmentCurve | 1 | Curve. |
Remarks
Used with the Insert and AddNodes methods of the FreeformBuilder object.