BuiltInFailuresPlanRegionFailures Class

Failures about PlanRegion.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBBuiltInFailuresPlanRegionFailures

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

The BuiltInFailuresPlanRegionFailures type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberDeletedViewRangeLevel Deleted level was used to define plan region's view range.\r\nReplace deleted level by level of parent view and adjust offset?
Public propertyStatic memberIntersecting The boundaries of the highlighted Plan Regions overlap.
Public propertyStatic memberInvalidPlanRegion Plan region is invalid. The sketch of a plan region may not contain intersecting, overlapping or nested loops.
Public propertyStatic memberInvalidPlanRegionError Plan region is invalid. The sketch of a plan region may not contain intersecting, overlapping or nested loops.
Public propertyStatic memberNested Cannot have nested Plan Regions.
Top
See Also