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

CommandCollectionItem プロパティ (Int32)

コレクション内の指定したインデックスにあるコマンドを取得します。

名前空間:  RootPro.RootProCAD.Command
アセンブリ:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文
public abstract Command this[
	int index
] { get; }

パラメーター

index
型: SystemInt32
取得するコマンドのインデックス。

戻り値

型: Command
コレクション内の指定したインデックスにあるコマンドを表す Command
関連項目