Revit 2018 API |
BuiltInFailures..::..DesignOptionFailures..::..ConfusingPadByElementsInMainModelWarn 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: 18.0.0.0 (18.2.0.13)
Syntax
C# |
---|
public static FailureDefinitionId ConfusingPadByElementsInMainModelWarn { get; } |
Visual Basic |
---|
Public Shared ReadOnly Property ConfusingPadByElementsInMainModelWarn As FailureDefinitionId Get |
Visual C++ |
---|
public: static property FailureDefinitionId^ ConfusingPadByElementsInMainModelWarn { FailureDefinitionId^ get (); } |