| Revit 2022 API |
| ViewsExportedByContextEventArgs..::..GetViewIds Method |
| ViewsExportedByContextEventArgs Class See Also |
Gets the views that were exported by CustomExporter.
Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.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() |