Revit 2022 API |
BuiltInFailures..::..SiteFailures..::..ResetToposurfacePhaseCreated Property |
BuiltInFailures..::..SiteFailures Class See Also |
The parameter Phase Created of the Toposurface is not set to the first Phase. No pre-existing toposurface were detected. The parameter will be reset to the first Phase unless Keep Phase Created option is picked.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Syntax
C# |
---|
public static FailureDefinitionId ResetToposurfacePhaseCreated { get; } |
Visual Basic |
---|
Public Shared ReadOnly Property ResetToposurfacePhaseCreated As FailureDefinitionId Get |
Visual C++ |
---|
public: static property FailureDefinitionId^ ResetToposurfacePhaseCreated { FailureDefinitionId^ get (); } |