Click or drag to resize

IsisControllerEnumTypeFromSetting Method

Detects the type of the desired setting.

Namespace:  Atalasoft.Isis
Assembly:  Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static Type EnumTypeFromSetting(
	IsisSetting setting
)

Parameters

setting
Type: Atalasoft.IsisIsisSetting
Settings to check.

Return Value

Type: Type
Type of the specified setting or null.
See Also