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

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; }

パラメーター

name
型: SystemString
取得する図面の名前。

戻り値

型: Document
コレクション内の指定した名前の図面を表す Document
関連項目