LinesType(LineType) Method

Identifies the type of the line based on the type (LineType).

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string Type(
	LineType lineType
)

Parameters

lineType  LineType
LineType with the line type.

Return Value

String
string with type of the line.

See Also