Returns true if createdPhaseId is an allowed value for the property CreatedPhaseId in this Element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)
Since:
2013
Syntax
| Visual Basic |
|---|
Public Function IsPhaseCreatedValid ( _
createdPhaseId As ElementId _
) As Boolean |
| Visual C++ |
|---|
public:
bool IsPhaseCreatedValid(
ElementId^ createdPhaseId
) |
Return Value
True if createdPhaseId is an allowed value for the property CreatedPhaseId in this Element, false otherwise.
Remarks
Exceptions
See Also