Show / Hide Table of Contents

Class LwPolyLine

The LwPolyLine Entity

Inheritance
System.Object
Entity
LwPolyLine
Inherited Members
Entity.EntityType
Entity.Handle
Entity.ReferencedEntities
Entity.HasReferencedEntities
Entity.LayerName
Entity.UpdateReferencedEntities()
Entity.LayerChanged
Entity.OnLayerChanged(LayerChangedHandlerArgs)
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 Source

LwPolyLine(LwPolyLineBuffer)

The extraction constructor for the lwpolyline class

Declaration
public LwPolyLine(LwPolyLineBuffer lwPolyLineBuffer)
Parameters
Type Name Description
LwPolyLineBuffer lwPolyLineBuffer

A LwPolyLineBuffer

Properties

| Improve this Doc View Source

Area

The Area if the LwPolyLine is Closed

Declaration
public double Area { get; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

ConstantWidth

The Constant width or "Global Width"

Declaration
public double ConstantWidth { get; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

Elevation

The Elevation of the polyline

Declaration
public double Elevation { get; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

GPolyline

The GeoPolyline Property

Declaration
public GeoPolyline GPolyline { get; }
Property Value
Type Description
GeoPolyline
| Improve this Doc View Source

Length

The Total Length of the LwPolyLine

Declaration
public double Length { get; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

NumberOfVertices

The Total Number of Vertices in the LwPolyLine

Declaration
public int NumberOfVertices { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

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
| Improve this Doc View Source

Thickness

The Thickness of the LwPolyLine

Declaration
public double Thickness { get; }
Property Value
Type Description
System.Double
  • Improve this Doc
  • View Source
Back to top Generated by DocFX