Revit 2025 API
Views |
Gets the views about to be exported by CustomExporter.
Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.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 about to be exported by CustomExporter.
See Also