Share

Document.NewAreaTag Method

Creates a new area tag.


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

Syntax

C#

public AreaTag NewAreaTag(
	ViewPlan areaView,
	Area room,
	UV point
)

Parameters

areaView  ViewPlan
The area view
room  Area
The area to tag
point  UV
The position of the area tag

Return Value

AreaTag

Exceptions

ExceptionCondition
ArgumentExceptionThrown if the area view does not exist in the given document.
ArgumentExceptionThrown if the area does not exist in the given document.

See Also

Reference

Was this information helpful?