Click or drag to resize

Angular2LineDimension Constructor (Line, Line, Double, DimensionStyle)

Initializes a new instance of the Angular2LineDimension class.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public Angular2LineDimension(
	Line firstLine,
	Line secondLine,
	double offset,
	DimensionStyle style
)

Parameters

firstLine
Type: DXFReaderNET.EntitiesLine
First line that defines the angle to measure.
secondLine
Type: DXFReaderNET.EntitiesLine
Second line that defines the angle to measure.
offset
Type: SystemDouble
Distance between the center point and the dimension line.
style
Type: DXFReaderNET.TablesDimensionStyle
The style to use with the dimension.
See Also