2024 Method
Changes 0
M

Document.SaveAs

Description:
Saves the document to a given file path.
Remarks:
The document's title in Revit's title bar will be updated automatically to reflect the file's new name.
Overloads (3):
public void SaveAs(
	string filepath
)
  • String
    filepath
    File name and path to be saved as. Either a relative or absolute path can be provided.