Share

BuiltInFailures.ArrayFailures Class

Failures about Arrays.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.BuiltInFailures.ArrayFailures


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

Syntax

C#

public static class ArrayFailures

The BuiltInFailures.ArrayFailures 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.

See Also

Reference

Was this information helpful?