2020 Method
Changes 0
M

ProjectLocation.Create

Description:
Create an instance of ProjectLocation in the document.
Remarks:
The created instace of ProjectLocation would have the specified name and an identity Transform.
public static ProjectLocation Create(
	Document document,
	ElementId siteLocationId,
	string name
)
Return Value ProjectLocation The newly created instance of ProjectLocation.