Enum ConstructionHelperLineType
Represents the line type of a construction helper
Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting.dll
Syntax
public enum ConstructionHelperLineType
Fields
Name | Value | Description |
---|---|---|
Dash | Dash = 2 | Dash line |
DashDot | DashDot = 4 | Dash dot line |
DashDotDot | DashDotDot = 5 | Dash dot dot line |
Dot | Dot = 3 | Dot line |
Solid | Solid = 1 | Solid line |
Unknown | Unknown = 0 | Unknown |