Geometry curve of the curve element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public Curve GeometryCurve { get; set; }
Property Value
CurveExceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown if the argument is null. |
| ArgumentNullException | Thrown if the argument is null. |
| ArgumentException | Thrown if the input curve is of a type different from the current. -- or -- Thrown if the input curve is bound and the current is not or vice versa. -- or -- Thrown if the input curve is helical. -- or -- Thrown if the input curve lies outside of the SketchPlane of the current curve and the CurveElement is not CurveByPoints. |
