LocationCurve.Curve Property

LocationCurveCurve Property

Provides the ability to get and set the curve of a curve based element.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public Curve Curve { get; set; }
Public Property Curve As Curve
	Get
	Set
public:
property Curve^ Curve {
	Curve^ get ();
	void set (Curve^ value);
}
member Curve : Curve with get, set

Property Value

Curve
Remarks
This property can be used to set the location of curve based element to any desired position. Many elements are curve based. Some examples are walls, beams and braces.
See Also