Share

BuiltInFailures.GridChainSketchFailures Class

Failures related to the GridChain sketch.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.BuiltInFailures.GridChainSketchFailures


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

Syntax

C#

public static class GridChainSketchFailures

The BuiltInFailures.GridChainSketchFailures type exposes the following members.

Properties

 NameDescription
Public propertyStatic memberClosedLoop GridChain sketch contains a closed loop.
Public propertyStatic memberInvalidSketch Sketch is invalid. Grid sketch must consist of a single open loop with no intersecting lines.
Public propertyStatic memberMoreThanOneLoop GridChain sketch contains more than one loop.
Public propertyStatic memberOverlappingLines GridChain sketch contains lines which overlap.

See Also

Reference

Was this information helpful?