Revit 2026 API
ViewCan |
Indicates if the View Discipline can be modified
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool CanModifyViewDiscipline()
Public Function CanModifyViewDiscipline As Boolean
public: bool CanModifyViewDiscipline()
member CanModifyViewDiscipline : unit -> bool
Return Value
BooleanTrue if View Discipline can be modified
See Also