Click or drag to resize

MasterDrawComponentCollectionAdd Method (MasterDrawComponent, Boolean)

Add the drawing component definition for other document.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract MasterDrawComponent Add(
	MasterDrawComponent master,
	bool overwrite
)

Parameters

master
Type: RootPro.RootProCADMasterDrawComponent
MasterDrawComponent that represents the drawing component definition of other document
overwrite
Type: SystemBoolean

Return Value

Type: MasterDrawComponent
MasterDrawComponent representing the added drawing component definition.
See Also