Show / Hide Table of Contents

Class LwPolylineCodes

The LwPolyLine entity group codes

Inheritance
System.Object
GroupCodesBase
LwPolylineCodes
Inherited Members
GroupCodesBase.EntityType
GroupCodesBase.LayerName
GroupCodesBase.Handle
GroupCodesBase.SoftPointer
GroupCodesBase.HardPointer
GroupCodesBase.SubclassMarker
GroupCodesBase.XPoint
GroupCodesBase.XPointEnd
GroupCodesBase.YPoint
GroupCodesBase.YPointEnd
GroupCodesBase.ZPoint
GroupCodesBase.ZPointEnd
GroupCodesBase.ExtrusionDirectionX
GroupCodesBase.ExtrusionDirectionY
GroupCodesBase.ExtrusionDirectionZ
GroupCodesBase.EndSectionMarker
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.IO.GroupCodes
Assembly: Dxflib.dll
Syntax
public abstract class LwPolylineCodes : GroupCodesBase

Fields

| Improve this Doc View Source

Bulge

Bulge (multiple entries; one entry for each vertex) (optional; default = 0)

Declaration
public const string Bulge = " 42"
Field Value
Type Description
System.String
| Improve this Doc View Source

ConstantWidth

Constant width (optional; default = 0). Not used if variable width (codes 40 and/or 41) is set

Declaration
public const string ConstantWidth = " 43"
Field Value
Type Description
System.String
| Improve this Doc View Source

Elevation

Elevation (optional; default = 0)

Declaration
public const string Elevation = " 38"
Field Value
Type Description
System.String
| Improve this Doc View Source

EndingWith

End width (multiple entries; one entry for each vertex) (optional; default = 0; multiple entries). Not used if constant width (code 43) is set

Declaration
public const string EndingWith = " 41"
Field Value
Type Description
System.String
| Improve this Doc View Source

NumberOfVertices

Number of vertices

Declaration
public const string NumberOfVertices = " 90"
Field Value
Type Description
System.String
| Improve this Doc View Source

PolylineFlag

Polyline flag (bit-coded); default is 0: 1 = Closed

Declaration
public const string PolylineFlag = " 70"
Field Value
Type Description
System.String
| Improve this Doc View Source

StartingWidth

Starting width (multiple entries; one entry for each vertex) (optional; default = 0; multiple entries). Not used if constant width (code 43) is set

Declaration
public const string StartingWidth = " 40"
Field Value
Type Description
System.String
| Improve this Doc View Source

StartMarker

The Starting marker of the entity

Declaration
public const string StartMarker = "LWPOLYLINE"
Field Value
Type Description
System.String
| Improve this Doc View Source

Thickness

Thickness (optional; default = 0)

Declaration
public const string Thickness = " 39"
Field Value
Type Description
System.String
| Improve this Doc View Source

VertexIdentifier

The Vertex Identifier

Declaration
public const string VertexIdentifier = " 91"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX