Insert メソッド
PerspectiveCalculation をコレクションに挿入します。
オーバーロードの一覧
名前 | 説明 | |
---|---|---|
Insert(Int32, ModelComponent) | インフラストラクチャです。 (ModelComponentCollection から継承されています。) | |
Insert(Int32, PerspectiveCalculation) | PerspectiveCalculation をコレクション内の指定したインデックスに挿入します。 | |
Insert(Int32, String) | 指定した名前の PerspectiveCalculation を作成し、コレクション内の指定したインデックスに挿入します。 | |
Insert(Int32, String, PerspectiveCalculationType) | 指定した名前および PerspectiveCalculationType 値の PerspectiveCalculation を作成し、コレクション内の指定したインデックスに挿入します。 | |
Insert(IModelComponent, String, Int32) | (ModelComponentCollection から継承されています。) | |
Insert(IModelComponent, String, Int32, Boolean) | (ModelComponentCollection から継承されています。) |
Top