Share

BuiltInFailures.AutoJoinFailures Class

Failures about AutoJoin.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.BuiltInFailures.AutoJoinFailures


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public static class AutoJoinFailures

The BuiltInFailures.AutoJoinFailures type exposes the following members.

Properties

 NameDescription
Public propertyStatic memberDesignOptionAndWorksetViolation Can't make the expected join because of editability and design option restrictions.
Public propertyStatic memberDesignOptionCannotReference Design Option ' [Name] ' cannot reference Design Option ' [Name] '.
Public propertyStatic memberOtherNonEditJoinFailure Two elements were not automatically joined because other elements at join are not editable.
Public propertyStatic memberUnexpectedJoinFailure Join failure caused by editability or design option related problem.
Public propertyStatic memberUnknown Unknown
Public propertyStatic memberWorksetJoinWarn Two elements were not automatically joined because one or both is not editable.

See Also

Reference

Was this information helpful?