Document.NewSpace(Phase)
Method
Description:
Creates a new unplaced space on a given phase.
Creates a new unplaced space on a given 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. |