<Code Lib>
M

Document.NewSpace(Level, UV)

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

public Space NewSpace(
	Level level,
	UV point
)

Return Value nullNothingnullptr If successful the new space element is returned, otherwise null Nothing nullptr a null reference ( Nothing in Visual Basic) .

Loading…