RVTDocs.com
Namespace: Autodesk.Revit.Creation Class: Document

Document.NewSpace(Phase)

Method
Description:
Creates a new unplaced space on a given phase.
Syntax
public Space NewSpace(
	Phase phase
)
Parameters
Parameter Type Description
phase Phase The phase in which the space is to exist.
Return Value
Type Description
Space If successful the new space should be returned, otherwise .
Exceptions
Exception Condition
ArgumentException Thrown if the phase does not exist in the given document.