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
Return Value
AreaTagExceptions
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. |