BuiltInFailures.AssemblyFailures.NoElementsLeftInExistingAssembly Property

BuiltInFailuresAssemblyFailuresNoElementsLeftInExistingAssembly Property

There are no elements left in the assembly. It will be disassembled.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static FailureDefinitionId NoElementsLeftInExistingAssembly { get; }
Public Shared ReadOnly Property NoElementsLeftInExistingAssembly As FailureDefinitionId
	Get
public:
static property FailureDefinitionId^ NoElementsLeftInExistingAssembly {
	FailureDefinitionId^ get ();
}
static member NoElementsLeftInExistingAssembly : FailureDefinitionId with get

Property Value

FailureDefinitionId
See Also