DocumentNewSpace(Level, UV) Method |
Creates a new space element on the given level at the given location.
Namespace: Autodesk.Revit.CreationAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic Space NewSpace(
Level level,
UV point
)
Public Function NewSpace (
level As Level,
point As UV
) As Space
public:
Space^ NewSpace(
Level^ level,
UV^ point
)
member NewSpace :
level : Level *
point : UV -> Space
Parameters
- level Level
- The level on which the space is to exist.
- point UV
- A 2D point that dictates the location on that specified level.
Return Value
Space If successful the new space element is returned, otherwise
.
Exceptions
See Also