Leader Constructor (ToleranceEntry, IEnumerableVector2, DimensionStyle)
|
Initializes a new instance of the Leader class.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Leader(
ToleranceEntry tolerance,
IEnumerable<Vector2> vertexes,
DimensionStyle style
)
Public Sub New (
tolerance As ToleranceEntry,
vertexes As IEnumerable(Of Vector2),
style As DimensionStyle
)
public:
Leader(
ToleranceEntry^ tolerance,
IEnumerable<Vector2>^ vertexes,
DimensionStyle^ style
)
new :
tolerance : ToleranceEntry *
vertexes : IEnumerable<Vector2> *
style : DimensionStyle -> Leader
CONSTRUCTOR(
tolerance AS ToleranceEntry,
vertexes AS IEnumerable<Vector2>,
style AS DimensionStyle
)
Parameters
- tolerance
- Type: DXFReaderNET.EntitiesToleranceEntry
The leader tolerance. - vertexes
- Type: System.Collections.GenericIEnumerableVector2
The leader vertexes. - style
- Type: DXFReaderNET.TablesDimensionStyle
The leader style.
See Also