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
)
Public Sub New (
firstLine As Line,
secondLine As Line,
offset As Double,
style As DimensionStyle
)
public:
Angular2LineDimension(
Line^ firstLine,
Line^ secondLine,
double offset,
DimensionStyle^ style
)
new :
firstLine : Line *
secondLine : Line *
offset : float *
style : DimensionStyle -> Angular2LineDimension
CONSTRUCTOR(
firstLine AS Line,
secondLine AS Line,
offset AS REAL8,
style AS DimensionStyle
)
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