| Revit 2022 API |
| BuiltInFailures..::..DesignOptionFailures..::..ConfusingPadByElementsInMainModel Property |
| BuiltInFailures..::..DesignOptionFailures Class See Also |
A pad in a design option cannot be hosted by topography in the Main Model [--if you continue it will not be added to the design option set].
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Syntax
| C# |
|---|
public static FailureDefinitionId ConfusingPadByElementsInMainModel { get; } |
| Visual Basic |
|---|
Public Shared ReadOnly Property ConfusingPadByElementsInMainModel As FailureDefinitionId Get |
| Visual C++ |
|---|
public: static property FailureDefinitionId^ ConfusingPadByElementsInMainModel { FailureDefinitionId^ get (); } |