Click or drag to resize

IsisControllerGetSupportedListValues Method

Gets the list of supported values and currently selected value index.

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 bool GetSupportedListValues(
	IsisSetting setting,
	ref Object[] list,
	ref int selectedIndex
)

Parameters

setting
Type: Atalasoft.IsisIsisSetting
Setting to check.
list
Type: SystemObject
The list object that receives the list of supported value.
selectedIndex
Type: SystemInt32
The value that receives current value in the name.

Return Value

Type: Boolean
true if the operation is succeeded, otherwise false
See Also