BuiltInFailures.AssemblyFailures Class

BuiltInFailuresAssemblyFailures Class

Failures related to Assemblies.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBBuiltInFailuresAssemblyFailures

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static class AssemblyFailures
Public NotInheritable Class AssemblyFailures
public ref class AssemblyFailures abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type AssemblyFailures = class end

The BuiltInFailuresAssemblyFailures type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberAddedElementsNotSamePhaseAsAssembly Selected Element(s) cannot be added to the assembly. Elements must have the same phases as the assembly to be included in the assembly.
Public propertyStatic memberAssemblyDeleteTypeWarn Edits to these assemblies changed the naming category and name of these assemblies.
Public propertyStatic memberAssemblyDidNotMatchRequestedTypeWarn Assembly was changed to a new type, but did not match the type. Geometry could have been changed due to a join condition.
Public propertyStatic memberAssemblyDisassembleInstanceWarn Edits to these assemblies changed the naming category and name of these assemblies.
Public propertyStatic memberAssemblyInheritTypeWarn Edits to these assemblies do not match existing types, new type will be created.
Public propertyStatic memberAssemblyInvalidMember Some elements became ineligible to be included in an assembly and were removed.
Public propertyStatic memberAssemblyNewTypeWarn Edits to these assemblies match existing type and will inherit that name.
Public propertyStatic memberAssemblyRenameTypeWarn Edits to these assemblies changed the naming category and name of these assemblies.
Public propertyStatic memberCouldNotAcquireAssemblyViews The assembly instance could not acquire the assembly views.
Public propertyStatic memberCouldNotChangeTypeOfAssembly Assembly cannot be changed to selected type.
Public propertyStatic memberDeleteAssemblyInstWithViewsWarn Deleting this assembly will remove the assembly from the project and any views associated with that assembly.
Public propertyStatic memberDeleteShopDrawingsWarn The assembly instance has associated views and cannot be merged with assembly type '%1!s!'. Delete the views to continue.\n\nViews:%2!s!
Public propertyStatic memberElementsNotAllowedAreNotAddedToAssembly Elements not allowed in Assembly were not added to it, but only in the document
Public propertyStatic memberIneligibleElementsInAssembly Ineligible elements in assembly.
Public propertyStatic memberMixedPhasesInAssembly Assembly cannot be created. All elements must have the same phases to be included in an assembly.
Public propertyStatic memberNoElementsAddedtoNewAssembly No elements were added to the assembly. No assembly will be created.
Public propertyStatic memberNoElementsLeftInExistingAssembly There are no elements left in the assembly. It will be disassembled.
Public propertyStatic memberNoEligibleElementsInAssembly No eligible elements in assembly.
Public propertyStatic memberSomeElementsPreventAssemblyTypeChange Assembly cannot be changed to selected type. Some elements in the target assembly prevent the type change from occurring. These tend to be parts and nested elements such as mullion, curtain panels, and members of trusses.
Top
See Also