Gets the views that were exported by CustomExporter.

Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2021

Syntax

C#
public IList<ElementId> GetViewIds()
Visual Basic
Public Function GetViewIds As IList(Of ElementId)
Visual C++
public:
IList<ElementId^>^ GetViewIds()

Return Value

The views that were exported by CustomExporter.

See Also