API Reference > OdDb Classes > OdDbMlineStyle Class
OdDbMlineStyle Class
OdDbMlineStyleOdDbMlineStyle
Syntax
C++
class OdDbMlineStyle : public OdDbObject;

DbMlineStyle.h

This class represents Mline Style objects in an OdDbDatabase instance.

TD_Db 

OdDbMlineStyle objects are stored in the ACAD_MLINESTYLE dictionary in the Named Object Dictionary of an OdDbDatabase.

 
Name 
Description 
 
This is OdDbMlineStyle, a member of class OdDbMlineStyle. 
 
Name 
Description 
 
Adds an element to this MLine Style object.
 
 
This function appends this object to the specified owner object during the deep or wblock clone operation.
 
 
Returns the description for this Mline Style object (DXF 3). 
 
Reads the .dwg file data of this object.
 
 
This is DWGMAP_DECLARE_MEMBERS, a member of class OdDbMlineStyle. 
 
Writes the .dwg file data of this object.
 
 
Reads the DXF data of this object.
 
 
Writes the DXF data of this object.
 
 
Returns the end angle for this Mline Style object (DXF 52). 
 
Returns the display of End Inner Arcs for this Mline Style object (DXF 70, bit 0x100). 
 
Returns the display of End Round Caps for this Mline Style object (DXF 70, bit 0x200). 
 
Returns the display of End Square Caps for this Mline Style object (DXF 70, bit 0x80). 
 
Returns the fill color for this Mline Style object (DXF 62). 
 
Returns the filled flag for this Mline Style object (DXF 70, bit 0x01). 
 
Returns the values for the specified element of this MLine Style.
 
 
Initializes or re-initializes this Mline Style object. 
 
name 
Returns the name for this Mline Style object (DXF 2). 
 
Returns the number of elements in this MLine Style (DXF 71). 
 
Removes the specified element from this MLine Style object.
 
 
set 
Copies the specified OdDdMlineStyle object to this Mline Style object.
 
 
Sets the description for this Mline Style object (DXF 3).
 
 
Sets the specified element of this MLine Style object.
 
 
Sets the end angle for this Mline Style object (DXF 52).
 
 
Controls the display of End Inner Arcs for this Mline Style object (DXF 70, bit 0x100).
 
 
Controls the display of End Round Caps for this Mline Style object (DXF 70, bit 0x200).
 
 
Controls the display of End Square Caps for this Mline Style object (DXF 70, bit 0x80).
 
 
Sets the fill color for this Mline Style object (DXF 62).
 
 
Controls the filled flag for this Mline Style object (DXF 70, bit 0x01).
 
 
Sets the name for this Mline Style object (DXF 2).
 
 
Controls the display of Miters for this Mline Style object (DXF 70, bit 0x02).
 
 
Sets the start angle for this Mline Style object (DXF 51).
 
 
Controls the display of Start Inner Arcs for this Mline Style object (DXF 70, bit 0x20).
 
 
Controls the display of Start Round Caps for this Mline Style object (DXF 70, bit 0x40).
 
 
Controls the display of Start Square Caps for this Mline Style object (DXF 70, bit 0x01).
 
 
Returns the display of Miters for this Mline Style object (DXF 70, bit 0x02). 
 
Returns the start angle for this Mline Style object (DXF 51). 
 
Returns the display of Start Inner Arcs for this Mline Style object (DXF 70, bit 0x20). 
 
Returns the display of Start Round Caps for this Mline Style object (DXF 70, bit 0x40). 
 
Returns the display of Start Square Caps for this Mline Style object (DXF 70, bit 0x01). 
 
overridables 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.