BuiltInFailuresLoadFailures Class

Failures about Load.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBBuiltInFailuresLoadFailures

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

The BuiltInFailuresLoadFailures type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberAreaLoadNotOverlappingHost Area load is not overlapping with its entire distribution its host.
Public propertyStatic memberCannotCopyHostedLoad Can't copy Load based on the Host Element.
Public propertyStatic memberCannotMirrorHostedLoad Can't mirror Load based on the Host Element.
Public propertyStatic memberCannotMirrorLoad Can't mirror Load because mirror plane is not perpendicular to sketch plane.
Public propertyStatic memberCannotMoveHostedLoad Can't move Load based on the Host Element.
Public propertyStatic memberCannotRotateLoad Can't rotate Load because rotation axis is not perpendicular to sketch plane.
Public propertyStatic memberInvalidAreaLoadSketchError Area Load has invalid Sketch.
Public propertyStatic memberLineLoadAllZero Line Load can't have all force components and moment components to be zero.
Public propertyStatic memberLineLoadNotOverlappingHost Line load is not overlapping with its entire distribution its host.
Public propertyStatic memberOpenAreaLoadLoopError Area Load Sketch can't contain open loops.
Public propertyStatic memberPointLoadAllZero Point Load can't have all force components and moment components to be zero.
Public propertyStatic memberPointLoadNotOverlappingHost Point load is not overlapping with its entire distribution its host.
Top
See Also