DocumentNewSpaceTag Method |
Creates a new SpaceTag.
Namespace: Autodesk.Revit.CreationAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic SpaceTag NewSpaceTag(
Space space,
UV point,
View view
)
Public Function NewSpaceTag (
space As Space,
point As UV,
view As View
) As SpaceTag
public:
SpaceTag^ NewSpaceTag(
Space^ space,
UV^ point,
View^ view
)
member NewSpaceTag :
space : Space *
point : UV *
view : View -> SpaceTag
Parameters
- 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
SpaceTag If successful a SpaceTag object will be returned, otherwise
.
Suitable exceptions will be fired if the parameters are invalid.
Exceptions
See Also