OEGetSubSearchScreenType

Attention

This API is currently available in C++ and Python.

OEGetSubSearchScreenType(stype: int) -> OESubSearchScreenTypeBase

Converts a constant from the OESubSearchScreenType namespace into an internal screen type (OESubSearchScreenTypeBase).

OEGetSubSearchScreenType(stypestr: str) -> OESubSearchScreenTypeBase

Convert a string (such as "Molecule SubSearch Screen,ver=0.9.0") into an internal screen type (OESubSearchScreenTypeBase). The function returns a null pointer for invalid strings.