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
DashDash = 2

Dash line

DashDotDashDot = 4

Dash dot line

DashDotDotDashDotDot = 5

Dash dot dot line

DotDot = 3

Dot line

SolidSolid = 1

Solid line

UnknownUnknown = 0

Unknown

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next