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
)
Function Open (
writing As Boolean
) As Boolean
Parameters
- writing
- Type: SystemBoolean
Indicates whether writing data is allowed.
Return Value
Type:
Booleantrue if the operation is succeeded, otherwise false.
See Also