Checks if curve loop is valid for Analytical Opening.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsCurveLoopValidForAnalyticalOpening(
CurveLoop loop,
Document aDoc,
ElementId panelId
)
Parameters
- loop CurveLoop
-
The curve loop to be checked.
- aDoc Document
-
Revit document.
- panelId ElementId
-
ElementId of the AnalyticalPanel on which we create the Opening.
Return Value
Boolean
Returns true if curve loop is ok, false otherwise.
Exceptions
See Also
Reference