RVTDocs.com
Namespace: Autodesk.Revit.Creation Class: Document

Document.NewAreaTag

Method
Description:
Creates a new area tag.
Syntax
public AreaTag NewAreaTag(
	ViewPlan areaView,
	Area room,
	UV point
)
Parameters
Parameter Type Description
areaView ViewPlan The area view
room Area The area to tag
point UV The position of the area tag
Return Value
Exceptions
Exception Condition
ArgumentException Thrown if the area view does not exist in the given document.
ArgumentException Thrown if the area does not exist in the given document.