CurveByPointsUtils.ValidateCurveElementIdArrayForFaceRegions
Method
Description:
Validates that the input CurveElements can define FaceRegions. The CurveElements must be CurveByPoints.
Validates that the input CurveElements can define FaceRegions. The CurveElements must be CurveByPoints.
Syntax
public static bool ValidateCurveElementIdArrayForFaceRegions(
Document document,
IList<ElementId> curveElemIds
)
Parameters
Parameter | Type | Description |
---|---|---|
document | Document | The Document. |
curveElemIds | IList | The CurveElements. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |