LinesTypeIsDefined Method
Indicates that it is a valid value of the enumeration.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool TypeIsDefined(
int lineType
)
Public Shared Function TypeIsDefined (
lineType As Integer
) As Boolean
- lineType Int32
- int with the line type.
Boolean if is a valid value of the enumeration; otherwise,
.