LinesType(Object) Method

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

Definition

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

Parameters

codeLineType  Object
Line type code.

Return Value

LineType
LineType with the line type.

See Also