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; }
Public MustOverride ReadOnly Default Property Item (
index As Integer
) As Command
Get
パラメーター
- index
- 型: SystemInt32
取得するコマンドのインデックス。
戻り値
型:
Commandコレクション内の指定したインデックスにあるコマンドを表す
Command。
関連項目