int ObjectType(string name)
The function returns the object type value. To get the detailed error information, one has to call the GetLastError() function.
この関数は、オブジェクト型の値を返します。詳細なエラー情報を受け取るためには、GetLastError()
関数を呼び出します。
Parameters: パラメータ: name - Object name.
オブジェクトの名前。 Sample: サンプル: if(ObjectType("line_object2")!=OBJ_HLINE) return(0);
|