2026 Method
Changes 0
M

ProjectLocation.Duplicate

Description:
Generate a copy of this project location with the specified name.
Remarks:
The name must not be the same as the name of any existing locations. This function will modify the document, as the new ProjectLocation will be added to it.
public ProjectLocation Duplicate(
	string name
)
  • String
    name
Return Value ProjectLocation A new ProjectLocation which is a duplicate of this location, with the input name.