PXC_AnnotLineEndingStyle Enumeration
Specifies the ...
Syntax
enum PXC_AnnotLineEndingStyle
{
LE_None = 0,
LE_Square = 1,
LE_Circle = 2,
LE_Diamond = 3,
LE_OpenArrow = 4,
LE_ClosedArrow = 5,
LE_Butt = 6,
LE_ROpenArrow = 7,
LE_RClosedArrow = 8,
LE_Slash = 9,
_LE_Last_ = 10,
};
Constants
- LE_None
- The ...
- LE_Square
- The ...
- LE_Circle
- The ...
- LE_Diamond
- The ...
- LE_OpenArrow
- The ...
- LE_ClosedArrow
- The ...
- LE_Butt
- The ...
- LE_ROpenArrow
- The ...
- LE_RClosedArrow
- The ...
- LE_Slash
- The ...
- _LE_Last_
- The ...
See Also
IPXC_AnnotData_FreeText::LineEndingStyle, IPXC_AnnotData_Line::GetLineEndings, IPXC_AnnotData_Line::SetLineEndings, IPXC_AnnotData_Poly::GetLineEndings, IPXC_AnnotData_Poly::SetLineEndings