AlignedDimension Constructor (Line, Double)
|
Initializes a new instance of the AlignedDimension class.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public AlignedDimension(
Line referenceLine,
double offset
)
Public Sub New (
referenceLine As Line,
offset As Double
)
public:
AlignedDimension(
Line^ referenceLine,
double offset
)
new :
referenceLine : Line *
offset : float -> AlignedDimension
CONSTRUCTOR(
referenceLine AS Line,
offset AS REAL8
)
Parameters
- referenceLine
- Type: DXFReaderNET.EntitiesLine
Reference line of the dimension. - offset
- Type: SystemDouble
Distance between the reference line and the dimension line.
Remarks The reference points define the distance to be measure.
See Also