Revit 2025.3 API
ViewCan |
Indicates if the View Discipline can be modified
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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