Revit 2025.3 API
Views |
Gets the views that were exported by CustomExporter.
Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IList<ElementId> GetViewIds()
Public Function GetViewIds As IList(Of ElementId)
public: IList<ElementId^>^ GetViewIds()
member GetViewIds : unit -> IList<ElementId>
Return Value
IListElementIdThe views that were exported by CustomExporter.
See Also