コンテンツにスキップ

GetPantograph()#

GetPantograph(n)#

パンタグラフの表示を取得します。

パラメータ#

int n

パンタグラフ番号

戻り値#

bool

パンタグラフの表示状態。Trueで上昇しています。

コメント#

Note

パンタグラフ番号は、0 <= n <= (パンタグラフ個数-1) です。

サンプル#

1
b = obj.GetPantograph(0)