PythonModule.OperationType

Syntax

PythonModule.OperationType

Data Type

PythonOperationTypes

Use the following constants with this data type:

  • PythonOperationType_CallMethod –(Value: 0x1) Specifies to call a method.
  • PythonOperationType_CreateClassInstance –(Value: 0x0) Specifies to create an instance of class.
  • PythonOperationType_GetAttribute –(Value: 0x2) Specifies to get attribute data.
  • PythonOperationType_SetAttribute –(Value: 0x3) Specifies to set attribute data.

Purpose

The type of operation to perform when executing the Python module.