「Pythonオブジェクトの取得」アクテビティについてです。※現在ナレッジ準備中です
目次
1.アクティビティのプログラム名
RCA.Activities.Python.GetObject
2.説明
Studio バージョン 2.0.3.0~
クイックアクセス: Python>Pythonオブジェクトの取得
Converts a Python.Object variable which returned by other Python activities such as Load Python Script into a .NET datatype of your choice.
Load Python Scriptなどの他のPythonアクティビティで返されたPython.Object変数を任意の.NETデータ型に変換します。
3.プロパティ
プロパティ一覧のみ掲載します。
※システム内部で保有しているプロパティを記載している場合があり、コボットStudio画面内で確認不可のものが一部ございます。ご了承ください。
PythonObject ・・・ A Python Object, sroted in a PythonObject variable, which you want to convert.
Result ・・・ The handlers for the specified Python script, stored in a PythonObject variable
DisplayName ・・・ The display name of this activity. You can edit the name of the activity to organize and structure your code better.
4.使い方
準備中