NewAreaTag Method


Creates a new area tag.

Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)

Syntax

C#
public AreaTag NewAreaTag(
	ViewPlan areaView,
	Area room,
	UV point
)
Visual Basic
Public Function NewAreaTag ( _
	areaView As ViewPlan, _
	room As Area, _
	point As UV _
) As AreaTag
Visual C++
public:
AreaTag^ NewAreaTag(
	ViewPlan^ areaView, 
	Area^ room, 
	UV^ point
)

Parameters

areaView
Type: Autodesk.Revit.DB ViewPlan
The area view
room
Type: Autodesk.Revit.DB Area
point
Type: Autodesk.Revit.DB UV
The position of the area tag

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →