DrawingCollectionItem プロパティ (Int32) |
コレクション内の指定したインデックスにある部分図を取得します。
名前空間:
RootPro.RootProCAD
アセンブリ:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文 public abstract Drawing this[
int index
] { get; }
Public MustOverride ReadOnly Default Property Item (
index As Integer
) As Drawing
Get
パラメーター
- index
- 型: SystemInt32
取得する部分図のインデックス。
戻り値
型:
Drawingコレクション内の指定したインデックスにある部分図を表す
Drawing。
関連項目