2027 Method
Changes 0
M

Document.NewSpaces2

Description:
Creates new spaces on the available plan circuits of a the given level.
Remarks:
This method will regenerate the document even in manual regeneration mode.
Overloads (2):
NewSpaces2(Level,Phase,View)
public ICollection<ElementId> NewSpaces2(
	Level level,
	Phase phase,
	View view
)
  • level
    The level on which the spaces is to exist.
  • phase
    The phase in which the spaces is to exist.
  • view
    The view on which the space tags for the spaces are to display.
Return Value ICollection<ElementId> If successful, a set of ElementIds which contains the rooms should be returned, otherwise the exception will be thrown.