Specifies the various types of PMISegment that can be used to define the text of a PMI. Used by both the PMIInput and PMICreatedAnnotation.
Defined in namespace "adsk::fusion" and the header file is <Fusion\FusionTypeDefs.h>
| Name | Value | Description |
| LineBreakPMISegmentType | 2 | Objects having this type are PMILineBreakSegment. Represents new lines. |
| SymbolPMISegmentType | 1 | Objects having this type are PMISymbolSegment. Includes symbols. |
| TextPMISegmentType | 0 | Objects having this type are PMITextSegment. Includes plain text. |