Click or drag to resize

DocumentCollectionAdd Method (Boolean)

Add a new drawing.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract Document Add(
	bool useTemplate
)

Parameters

useTemplate
Type: SystemBoolean
A value that indicates whether to use a template file. True to use the template file set in the options. Otherwise false.

Return Value

Type: Document
Document representing the added drawing.
See Also