OEScoreTypeGetValue

OEScoreTypeGetValue(name: str) -> int

Returns the value of a constant from this namespace associated with the scoring function name, or OEScoreType_INVALID if the name is not recognized.

This function is defined within the OEScoreType namespace.

OEScoreTypeGetValue(itf: OEInterface, parameter: str) -> int

Used in conjunction with the OEScoreTypeConfigure function. Returns a constant from this namespace associated with the scoring function the user specified on the command line, or OEScoreType_Default if the user did not specify a value. itf and flagName should be the same as those passed to the OEScoreTypeConfigure function and OEParseCommandLine should have been called on itf.