Revit 2026 API
Analytical |
Checks if contour is valid for this Analytical Surface.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsOuterContourValid( CurveLoop contour )
Public Function IsOuterContourValid ( contour As CurveLoop ) As Boolean
public: bool IsOuterContourValid( CurveLoop^ contour )
member IsOuterContourValid : contour : CurveLoop -> bool
Parameters
- contour CurveLoop
- The curve loop to be checked.
Return Value
BooleanReturns true if curve loop is ok, false otherwise.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |

This method verifies if the contour is valid for a planar Analytical Surface or for a curved Analytical Panel.
See Also