GetBoundsIntList

GetBoundsIntList(int)

public IList<BoundsInt> GetBoundsIntList(int id) ;

説明

BoundsIntList型の値を取得する。

パラメーター

パラメーター名 説明
id ID。

戻り値

パラメータの値。パラメータがない場合はnullを返す。

GetBoundsIntList(string)

public IList<BoundsInt> GetBoundsIntList(string name) ;

説明

BoundsIntList型の値を取得する。

パラメーター

パラメーター名 説明
name 名前。

戻り値

パラメータの値。パラメータがない場合はnullを返す。