Class LwPolyLine
The LwPolyLine Entity
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dxflib.Entities
Assembly: Dxflib.dll
Syntax
public class LwPolyLine : Entity
Constructors
| Improve this Doc View SourceLwPolyLine(LwPolyLineBuffer)
The extraction constructor for the lwpolyline class
Declaration
public LwPolyLine(LwPolyLineBuffer lwPolyLineBuffer)
Parameters
Type | Name | Description |
---|---|---|
LwPolyLineBuffer | lwPolyLineBuffer |
Properties
| Improve this Doc View SourceArea
The Area if the LwPolyLine is Closed
Declaration
public double Area { get; }
Property Value
Type | Description |
---|---|
System.Double |
ConstantWidth
The Constant width or "Global Width"
Declaration
public double ConstantWidth { get; }
Property Value
Type | Description |
---|---|
System.Double |
Elevation
The Elevation of the polyline
Declaration
public double Elevation { get; }
Property Value
Type | Description |
---|---|
System.Double |
GPolyline
The GeoPolyline Property
Declaration
public GeoPolyline GPolyline { get; }
Property Value
Type | Description |
---|---|
GeoPolyline |
Length
The Total Length of the LwPolyLine
Declaration
public double Length { get; }
Property Value
Type | Description |
---|---|
System.Double |
NumberOfVertices
The Total Number of Vertices in the LwPolyLine
Declaration
public int NumberOfVertices { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
PolyLineFlag
The Polyline Flag which tell you if the polyline is closed or open
Declaration
public bool PolyLineFlag { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Thickness
The Thickness of the LwPolyLine
Declaration
public double Thickness { get; }
Property Value
Type | Description |
---|---|
System.Double |