TagViewId Property


Fabric Area Tag View Id Property

The element of the view in which to tag new members of this element.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ElementId TagViewId { get; set; }

Property Value

ElementId
Exceptions
Exception Condition
ArgumentException When setting this property: tagViewId is not a valid view for tagging the FabricArea or FabricSheets.
ArgumentNullException When setting this property: A non-optional argument was null
See Also