Class LwPolylineCodes
The LwPolyLine entity group codes
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.IO.GroupCodes
Assembly: Dxflib.dll
Syntax
public abstract class LwPolylineCodes : GroupCodesBase
Fields
| Improve this Doc View SourceBulge
Bulge (multiple entries; one entry for each vertex) (optional; default = 0)
Declaration
public const string Bulge = " 42"
Field Value
Type | Description |
---|---|
System.String |
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 |
Elevation
Elevation (optional; default = 0)
Declaration
public const string Elevation = " 38"
Field Value
Type | Description |
---|---|
System.String |
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 |
NumberOfVertices
Number of vertices
Declaration
public const string NumberOfVertices = " 90"
Field Value
Type | Description |
---|---|
System.String |
PolylineFlag
Polyline flag (bit-coded); default is 0: 1 = Closed
Declaration
public const string PolylineFlag = " 70"
Field Value
Type | Description |
---|---|
System.String |
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 |
StartMarker
The Starting marker of the entity
Declaration
public const string StartMarker = "LWPOLYLINE"
Field Value
Type | Description |
---|---|
System.String |
Thickness
Thickness (optional; default = 0)
Declaration
public const string Thickness = " 39"
Field Value
Type | Description |
---|---|
System.String |
VertexIdentifier
The Vertex Identifier
Declaration
public const string VertexIdentifier = " 91"
Field Value
Type | Description |
---|---|
System.String |