Click or drag to resize

IsisSettingDataManagerWriteSetting Method

Write settings data.

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 WriteSetting(
	IsisSettingData data
)

Parameters

data
Type: Atalasoft.IsisIsisSettingData
Data to write.

Return Value

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

Implements

ISettingDataManagerWriteSetting(IsisSettingData)
See Also