Revit 2025 API
DocumentNew |
Creates a new area tag.
Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public AreaTag NewAreaTag( ViewPlan areaView, Area room, UV point )
Public Function NewAreaTag ( areaView As ViewPlan, room As Area, point As UV ) As AreaTag
public: AreaTag^ NewAreaTag( ViewPlan^ areaView, Area^ room, UV^ point )
member NewAreaTag : areaView : ViewPlan * room : Area * point : UV -> AreaTag
Parameters
Return Value
AreaTag| 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. |
See Also