Constants Class

The constants used in a Python script are defined in the Constants class.

Attributes:

Example:

paramType = Constants.kDoubleParamStr
propType = Constants.EPropType.PT_NUMBER
Related Topics:

Other Application Specific Classes Used in Python Scripts