M

Document.NewSpaceTag

Description:
Creates a new SpaceTag.
public SpaceTag NewSpaceTag(
	Space space,
	UV point,
	View view
)
  • space
    The Space which the tag refers.
  • point
    A 2D point that dictates the location on the level of the space.
  • view
    The view where the tag will lie.
Return Value SpaceTag If successful a SpaceTag object will be returned, otherwise . Suitable exceptions will be fired if the parameters are invalid.