<Code Lib>
M

Document.NewZone

Description:
Creates a new Zone element.

public Zone NewZone(
	Level level,
	Phase phase
)

  • level
    The level on which the Zone is to exist.
  • phase
    The associative phase on which the Zone is to exist.
Return Value Zone If successful a new Zone element within the project, otherwise .

Loading…