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

560d4dd0 3938 7b20 54d7 335352c0f356

haplokuon edited this page May 6, 2023 · 1 revision

AlignedDimension(Line, Double) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the AlignedDimension class.

Definition

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

C#

public AlignedDimension(
	Line referenceLine,
	double offset
)

VB

Public Sub New ( 
	referenceLine As Line,
	offset As Double
)

C++

public:
AlignedDimension(
	Line^ referenceLine, 
	double offset
)

F#

new : 
        referenceLine : Line * 
        offset : float -> AlignedDimension

Parameters

  Line
Reference line of the dimension.
  Double
Distance between the reference line and the dimension line.

Remarks

The reference points define the distance to be measure.

See Also

Reference

AlignedDimension Class
AlignedDimension Overload
netDxf.Entities Namespace

Clone this wiki locally