Represents a layer in a DXF image.

The following tables list the members exposed by the DXFLayer type.

Name Description
Public constructor DXFLayer (Overloaded) Initializes a new instance of the DXFLayer class.
Top
Name Description
Public property Color Gets or sets a color for this figure. (inherited from DXFFigure).
Public property DXFColor Gets or sets a color of a layer.
Public property Flags Gets or sets a byte that contains flags for the DXFLayer object.
Public property Handle Gets or sets a handle of a layer.
Public property HardPointer Gets or sets HardPointer ID/handle
Public property Layer Gets or sets the current layer for this figure. (inherited from DXFFigure).
Public property LineWeight Gets or sets a line thickness for this layer.
Public property LinetypeName Gets or sets a name of a line type for this layer.
Public property Name Gets or sets a name of a layer.
Public property PlottingFlag Gets or sets flag for plotting.
Top
Name Description
Public method Clone Copies this object and returns the new object.
Public method Equals (Overloaded) (inherited from Object).
Public method ExportAsDXF Adds a layer to the DXFExport figures collection.
Public method ExportBlockAsDXF Virtual function. For redifinition in descendant classes. (inherited from DXFFigure).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method ParseToLines Performs figure approximation by linear segments. (inherited from DXFFigure).
Public method Static ReferenceEquals (inherited from Object).
Public method ToString (inherited from Object).
Top
Name Description
Public field data Represents all data (DXFData) of a figure. (inherited from DXFFigure).
Top