Revit 2026 API
ViewHas |
Indicates if the view has a Discipline property
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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