Revit 2025 API
External |
Retrieves an object that represents the View external command work on.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.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