RVTDocs.com

Application.NewProjectDocument(UnitSystem)

Method
Description:
Creates a new project document with no template file specified.
Syntax
public Document NewProjectDocument(
	UnitSystem unitSystem
)
Parameters
Parameter Type Description
unitSystem UnitSystem The unit system used for the new document.
Return Value
Type Description
Document The newly created document.
Exceptions
Exception Condition
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration