Click or drag to resize

MLineStyleElement Class

Represent each of the elements that make up a MLineStyle.
Inheritance Hierarchy
SystemObject
  DXFReaderNET.ObjectsMLineStyleElement

Namespace:  DXFReaderNET.Objects
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public class MLineStyleElement : IComparable<MLineStyleElement>, 
	ICloneable

The MLineStyleElement type exposes the following members.

Constructors
  NameDescription
Public methodMLineStyleElement(Double)
Initializes a new instance of the MLineStyleElement class.
Public methodMLineStyleElement(Double, AciColor, Linetype)
Initializes a new instance of the MLineStyleElement class.
Top
Properties
  NameDescription
Public propertyColor
Gets or sets the element color.
Public propertyLinetype
Gets or sets the element line type.
Public propertyOffset
Gets or sets the element offset.
Top
Methods
  NameDescription
Public methodClone
Creates a MLineStyleElement that is a copy of the current instance.
Public methodCompareTo
Compares the current object with another object of the same type.
Public methodEquals(MLineStyleElement)
Check if two MLineStyleElement are equal.
Public methodEquals(Object)
Check if two MLineStyleElement are equal.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also