Document.NewSpaceTag
Method
Description:
Creates a new SpaceTag.
Creates a new SpaceTag.
Parameters
Parameter | Type | Description |
---|---|---|
space | Space | The Space which the tag refers. |
point | UV | A 2D point that dictates the location on the level of the space. |
view | View | The view where the tag will lie. |
Return Value
Type | Description |
---|---|
SpaceTag | If successful a SpaceTag object will be returned, otherwise . Suitable exceptions will be fired if the parameters are invalid. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown if the space does not exist in the given document. |
ArgumentException | Thrown if the view does not exist in the given document. |