Revit 2025 API
View |
Identifies the view about to be exported.
Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ElementId ViewId { get; }
Public ReadOnly Property ViewId As ElementId Get
public: property ElementId^ ViewId { ElementId^ get (); }
member ViewId : ElementId with get
Property Value
ElementIdSee Also