Click or drag to resize

MLineStyleElement Constructor (Double, AciColor, Linetype)

Initializes a new instance of the MLineStyleElement class.

Namespace:  DXFReaderNET.Objects
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public MLineStyleElement(
	double offset,
	AciColor color,
	Linetype linetype
)

Parameters

offset
Type: SystemDouble
Element offset.
color
Type: DXFReaderNETAciColor
Element color.
linetype
Type: DXFReaderNET.TablesLinetype
Element line type.
See Also