ViewHasViewDiscipline Method |
Indicates if the view has a Discipline property
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool HasViewDiscipline()
Public Function HasViewDiscipline As Boolean
public:
bool HasViewDiscipline()
member HasViewDiscipline : unit -> bool
Return Value
Boolean
True if the view has a Discipline property
See Also