2022 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
)
  • sourceModelPath
    The path of the file-based or server-based source model.
  • String
    destFilePath
    The path of the destination file.
  • Boolean
    overwrite
    True if the destination file can be overwritten; otherwise, false.