Document.NewSpace
Description:
Creates a new space element on the given level at the given location.
Creates a new space element on the given level at the given location.
Overloads (3):
-
levelThe level on which the space is to exist.
-
pointA 2D point that dictates the location on that specified level.
Return Value
nullNothingnullptr
If successful the new space element is returned, otherwise null Nothing nullptr a null reference ( Nothing in Visual Basic) .
-
Thrown when level or point isnullNothingnullptra null reference (Nothingin Visual Basic).
-
Thrown when the space cannot be created.
-
Thrown if the level does not exist in the given document.