ViewsExportedByContextEventArgsGetViewIds Method

Gets the views that were exported by CustomExporter.

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

Return Value

IListElementId
The views that were exported by CustomExporter.
See Also