Revit 2023 API |
BuiltInFailures..::..AutoRouteFailures..::..NotAllPartsWereConvertedCannotAddPlaceholderWarning Property |
BuiltInFailures..::..AutoRouteFailures Class See Also |
Not all parts were converted. Placeholders could not be added to fill the gap (the gap was too small). Check the fabrication service definition for the system.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public static FailureDefinitionId NotAllPartsWereConvertedCannotAddPlaceholderWarning { get; } |
Visual Basic |
---|
Public Shared ReadOnly Property NotAllPartsWereConvertedCannotAddPlaceholderWarning As FailureDefinitionId Get |
Visual C++ |
---|
public: static property FailureDefinitionId^ NotAllPartsWereConvertedCannotAddPlaceholderWarning { FailureDefinitionId^ get (); } |