Frameset.clearOptions Method¶
Module: Frameset
Definition¶
Removes all options currently set on the frameset, resetting it to a default state.
clear_options(self) -> None
Exceptions
An error has occurred during Devices Library execution.
void clearOptions()
Exceptions
An error has occurred during Devices Library execution.
public void ClearOptions()
Exceptions
An error has occurred during Devices Library execution.
public void clearOptions() throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesFrameset_ClearOptions (
ID3_DEVICES_FRAMESET hFrameset)
Parameters
hFrameset
ID3_DEVICES_FRAMESETin Handle to the Frameset object.
Returns