IPythonValueObject

Assembly: Python;

Description

The IPythonValueObject interface is used to work with object that can be sent in function in the Python language.

Inheritance Hierarchy

          IPythonObject

          IPythonValueObject

Comments

The object can contain values of simple types compared with Fore data types. The PythonValueObject Fore class is used to create an object.

Properties

  Property name Brief description
Value The Value property returns object value.

Properties inherited from IPythonObject

  Property name Brief description
Type The Type property returns object type.

See also:

Python Assembly Interfaces