OEConfigureImageHeight¶
bool OEConfigureImageHeight(OESystem::OEInterface &itf, double defheight=200.0,
std::string=OEImageParamName::Height,
std::string alias="-h")
Adds a parameter to the given interface to allows the configuration of the image height.
- itf
The interface being configured.
- defheight
Default height value.
- name
The name of the parameter.
- alias
The alternative i.e. alias name of the parameter.
See also
OEInterface class in the OEChem TK manual
OEImageSetup.Height
constantOEImageParamName.Height
constantOEConfigureImageOptions
functionOEGetImageHeight
function