Document.NewSpaces2
Description:
Creates a set of new unplaced spaces on a given phase.
Creates a set of new unplaced spaces on a given phase.
Overloads (2):
NewSpaces2(Phase,Int32)
public ICollection<ElementId> NewSpaces2(
Phase phase,
int count
)
-
phaseThe phase in which the spaces are to exist.
-
count
Return Value
nullNothingnullptr
If successful, a set of ElementIds of new unplaced spaces are be returned, otherwise null Nothing nullptr a null reference ( Nothing in Visual Basic) .
-
Thrown if the phase does not exist in the given document.