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

DocumentCollectionOpen メソッド (String, Boolean)

既存の図面ファイルを開きます。

名前空間:  RootPro.RootProCAD
アセンブリ:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文
public abstract Document Open(
	string fileName,
	bool readOnly
)

パラメーター

fileName
型: SystemString
図面のファイル名。
readOnly
型: SystemBoolean
読み取り専用でファイルを開くかどうかを示す値。読み取り専用でファイルを開く場合は true。それ以外の場合は false。

戻り値

型: Document
開いた図面を表す Document
関連項目