Share

BuiltInFailures.ColumnFailures Class

Failures about Columns.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.BuiltInFailures.ColumnFailures


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

Syntax

C#

public static class ColumnFailures

The BuiltInFailures.ColumnFailures type exposes the following members.

Properties

 NameDescription
Public propertyStatic memberColumnAndTargetAreConcrete Column and target are both concrete. Geometries have been joined.
Public propertyStatic memberColumnBaseAboveTopError The column base can't be moved above its top.
Public propertyStatic memberColumnBaseAboveTopFailure The column base can't be moved above its top.
Public propertyStatic memberColumnJoinNonhitFailure The highlighted column can't maintain attachment to the target. It will be treated as unattached until it can intersect.
Public propertyStatic memberColumnTopBelowBaseError The column top can't be moved below its base.
Public propertyStatic memberColumnTopBelowBaseFailure The column top can't be moved below its base.
Public propertyStatic memberColumnZeroHeightError The column can't have zero height
Public propertyStatic memberColumnZeroHeightFailure The column can't have zero height

See Also

Reference

Was this information helpful?