<Code Lib>
2025 Method
Changes 0
M

Application.NewProjectDocument(UnitSystem)

Description:
Creates a new project document with no template file specified.
Overloads (2):
NewProjectDocument(UnitSystem)

public Document NewProjectDocument(
	UnitSystem unitSystem
)

  • unitSystem
    The unit system used for the new document.
Return Value Document The newly created document.

Loading…