リサイズはクリックかドラッグ

WoditorProjectGetEventPageList メソッド

指定したマップデータ・マップイベントIDのマップイベントページリストを取得する。

名前空間:  WodiLib.Project
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
public MapEventPageList GetEventPageList(
	MpsFilePath filePath,
	MapEventId mapEventId,
	bool useCache = true
)

パラメーター

filePath
型: WodiLib.IOMpsFilePath
読み込むMpsファイルパス
mapEventId
型: WodiLib.MapMapEventId
マップイベントID
useCache (Optional)
型: SystemBoolean
プール使用フラグ (読み込みプール内に該当データが存在する場合、プールデータを返す)

戻り値

型: MapEventPageList
マップイベントページリスト
例外
例外条件
ArgumentExceptionマップイベントIDで指定したマップイベントが存在しない場合
関連項目