GetDoorType()# GetDoorType(doornumber)# ドアの種類を取得します。 パラメータ# int doornumber ドア番号 戻り値# int ドアの種類。 0 : 引き戸 1 : 開き戸 コメント# サンプル# type = obj.GetDoorType(1)