Skip to content

ConnectedLineStyleType Class

C#
public class ConnectedLineStyleType : ITitle

Inheritance object

Implements ITitle

C#
public ConnectedLineStyleType(string title, int[] connectedLineStyle)

title string

connectedLineStyle int[]

C#
public static ConnectedLineStyleType[] AllConnectedLineStyles { get; }

The title of the object.

C#
public string Title { get; }
C#
public int[] ConnectedLineStyle { get; }
C#
public override string ToString()

string