Constants Class

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

Attributes

Enum EPropType: (used to set property type)

EPropType.PT_NUMBER
EPropType.PT_TEXT
EPropType.PT_MENU

Example:

paramType = Constants.kDoubleParamStr

propType = Constants.EPropType.PT_NUMBER

Related Topics 

Other Application-Specific Classes Used in Python Scripts