2020 Method
Changes 0
M

Application.CopyModel

Description:
Copies an existing model to a new file. Overwriting a file of the same name is allowed.
public void CopyModel(
	ModelPath sourceModelPath,
	string destFilePath,
	bool overwrite
)