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

MasterDrawComponentCollectionAdd メソッド (MasterDrawComponent, Boolean)

他のドキュメントの作図部品定義を追加します。

名前空間:  RootPro.RootProCAD
アセンブリ:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文
public abstract MasterDrawComponent Add(
	MasterDrawComponent master,
	bool overwrite
)

パラメーター

master
型: RootPro.RootProCADMasterDrawComponent
他のドキュメントの作図部品定義を表す MasterDrawComponent
overwrite
型: SystemBoolean
同名の作図部品定義があるときに上書きする場合は true。別名で追加する場合は false。true to overwrite an existing drawing component definition with the same name; false to add by a different name.

戻り値

型: MasterDrawComponent
追加した作図部品定義を表す MasterDrawComponent
関連項目