Checks if contour is valid for this Analytical Surface.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsOuterContourValid(
CurveLoop contour
)
Parameters
- contour CurveLoop
-
The curve loop to be checked.
Return Value
Boolean
Returns true if curve loop is ok, false otherwise.
Exceptions
Remarks
This method verifies if the contour is valid for a planar Analytical Surface or for a curved Analytical Panel.
See Also
Reference