FabricAreaGetValidViewsForTags Method

Gets ids of the views where tags and symbols can be placed for the FabricArea and/or FabricSheets

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<ElementId> GetValidViewsForTags()

Return Value

IListElementId
The collection of View ElementIds.
See Also