Revit 2025.3 API
ViewHas |
Indicates if the view has a Discipline property
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool HasViewDiscipline()
Public Function HasViewDiscipline As Boolean
public: bool HasViewDiscipline()
member HasViewDiscipline : unit -> bool
Return Value
BooleanTrue if the view has a Discipline property
See Also