Geometry curve of the curve element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public Curve GeometryCurve { get; set; }
Property Value
CurveExceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown if the argument is nullptr. |
ArgumentNullException | Thrown if the argument is nullptr. |
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. |