MKI_USE_* (Property Transfer Flag) Changed in Version 2013.2 |
www.CAD6.com |
A bit-wise OR mask that identifies a selection of properties in a property set to be either applied or fixed. It can be any combination of the following values:
MKI_USE_NULL (0x00000000) No property is transmitted / fixed.
MKI_USE_PEN (0x00000001) Transmit / fix the pen index m_nPen.
MKI_USE_FILLMODE (0x00000002) Transmit / fix the filling mode m_nFillMode.
MKI_USE_FILLCOLOR (0x00000004) Transmit / fix the filling color m_cFillColor and m_cFillColorMode.
MKI_USE_LINECOLOR (0x00000008) Transmit / fix the line color m_cLineColor and m_cLineColorMode.
MKI_USE_LINEWIDTH (0x00000010) Transmit / fix the line width m_dLineWidth.
MKI_USE_LINETYPE (0x00000020) Transmit / fix the line type m_nLineType.
MKI_USE_LAYER (0x00000040) Transmit / fix the layer index m_nLayer.
MKI_USE_LINEMODECAPS (0x00000080) Changed in Version 2013.2 Transmit / fix the line caps and line join modes in m_nLineMode.
MKI_USE_PAGE (0x00000100) Transmit / fix the layer index m_nPage.
MKI_USE_FILLALPHA (0x00000200) Transmit / fix the filling opacity m_bFillAlpha.
MKI_USE_LINEALPHA (0x00000400) Transmit / fix the line opacity m_bLineAlpha.
MKI_USE_LINETYPESCALE (0x00000800) New in Version 2012.1 Transmit / fix the line type scaling m_dLineTypeScale.
MKI_USE_LINEMODEOPT (0x00001000) New in Version 2013.2 Transmit / fix the line type optimization mode in m_nLineMode.
MKI_USE_LINEMODEZOOM (0x00002000) New in Version 2013.2 Transmit / fix the line type zoom mode in m_nLineMode.
|
CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH