BuiltInFailuresColumnFailures Class

Failures about Columns.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBBuiltInFailuresColumnFailures

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

The BuiltInFailuresColumnFailures 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
Top
See Also