Application.NewProjectDocument(UnitSystem)
Method
Description:
Creates a new project document with no template file specified.
Creates a new project document with no template file specified.
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 |