Checks that the input element is a project phase.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool CheckProjectPhase(
ElementId projectPhaseId
)
Parameters
- projectPhaseId ElementId
-
The element to be checked.
Return Value
Boolean
True if the input element is a project phase, false otherwise.
Exceptions
See Also
Reference