BuiltInFailuresArrayFailures Class

Failures about Arrays.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBBuiltInFailuresArrayFailures

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static class ArrayFailures

The BuiltInFailuresArrayFailures type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberArrayingNotSupportedForElements Arraying is not currently supported for the selected elements.
Public propertyStatic memberArrayMixedModAndViewSpecElemsCorruption Unable to array this mixture of modeling and view specific elements.
Public propertyStatic memberArrayMixedModAndViewSpecElemsWarning You have selected a mixture of modeling and view specific elements to array in an associative manner. Only the model elements will remain grouped and associative.
Public propertyStatic memberCannotCreateArraySelectionIsGrouped Can't create an array because the selection cannot be grouped.
Public propertyStatic memberConstraintsNotSatisfied Constraints are not satisfied
Public propertyStatic memberCouldntFindNewHostsForElements Couldn't find new hosts for elements in array.
Public propertyStatic memberIdenticalGeometryCopiesInArray This array contains multiple copies of some identical geometry. Performance might be improved by using a nested family and arraying copies of its instances.
Public propertyStatic memberRadiusTooSmall Radius is too small.
Top
See Also