DocumentCollectionItem プロパティ (String) |
コレクション内の指定した名前の図面を取得します。
名前空間:
RootPro.RootProCAD
アセンブリ:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文 public abstract Document this[
string name
] { get; }
Public MustOverride ReadOnly Default Property Item (
name As String
) As Document
Get
パラメーター
- name
- 型: SystemString
取得する図面の名前。
戻り値
型:
Documentコレクション内の指定した名前の図面を表す
Document。
関連項目