LinesTypeIsDefined Method

Indicates that it is a valid value of the enumeration.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool TypeIsDefined(
	int lineType
)

Parameters

lineType  Int32
int with the line type.

Return Value

Boolean
if is a valid value of the enumeration; otherwise, .

See Also