Click or drag to resize

ISettingDataManagerOpen Method

Opens data manager in order to start reading and/or writing 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
bool Open(
	bool writing
)

Parameters

writing
Type: SystemBoolean
Indicates whether writing data is allowed.

Return Value

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