Revit 2026 API
External |
Retrieves an object that represents the View external command work on.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public View View { get; set; }
Public Property View As View Get Set
public: property View^ View { View^ get (); void set (View^ value); }
member View : View with get, set
Property Value
ViewSee Also