Checks if contour is valid for this Analytical Surface.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public bool IsOuterContourValid( CurveLoop contour )
Parameters
- contour CurveLoop
- The curve loop to be checked.
Return Value
BooleanReturns true if curve loop is ok, false otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |