M

WallFoundation.Create

Description:
Creates a new wall foundation within the project.
public static WallFoundation Create(
	Document document,
	ElementId typeId,
	ElementId wallId
)
  • document
    The document.
  • typeId
    The id of the wall foundation type of the newly created wall foundation.
  • wallId
    The id of the host wall of the newly created wall foundation.
Return Value WallFoundation If successful, returns the newly created wall foundation, otherwise.