Click or drag to resize

LinetypeSegment Constructor

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the LinetypeSegment class.

Namespace:  netDxf.Tables
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
protected LinetypeSegment(
	LinetypeSegmentType type,
	double length
)
Request Example View Source

Parameters

type
Type: netDxf.TablesLinetypeSegmentType
Type of the linetype segment.
length
Type: SystemDouble
Dash or space length of the segment.
See Also