Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

a5119819 8bc0 337d b147 ee6eef78ff6d

haplokuon edited this page May 6, 2023 · 1 revision

LinetypeSimpleSegment(Double) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the LinetypeSimpleSegment class.

Definition

Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public LinetypeSimpleSegment(
	double length
)

VB

Public Sub New ( 
	length As Double
)

C++

public:
LinetypeSimpleSegment(
	double length
)

F#

new : 
        length : float -> LinetypeSimpleSegment

Parameters

  Double
Dash or space length of the segment.

See Also

Reference

LinetypeSimpleSegment Class
LinetypeSimpleSegment Overload
netDxf.Tables Namespace

Clone this wiki locally