<Code Lib>
M

Document.NewSpace(Level, Phase, UV)

Description:
Creates a new space element on the given level, at the given location, and assigned to the given phase.
Overloads (3):
NewSpace(Level,Phase,UV)

public Space NewSpace(
	Level level,
	Phase phase,
	UV point
)

  • level
    The level on which the room is to exist.
  • phase
    The phase in which the room is to exist.
  • point
    A 2D point that dictates the location on that specified level.
Return Value Space If successful a new Space element within the project, otherwise .

Loading…