Document.NewSpaceTag
Description:
Creates a new SpaceTag.
Creates a new SpaceTag.
-
spaceThe Space which the tag refers.
-
pointA 2D point that dictates the location on the level of the space.
-
viewThe 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.
-
Thrown if the space does not exist in the given document.
-
Thrown if the view does not exist in the given document.