LocationCurveCurve Property |
Provides the ability to get and set the curve of a curve based element.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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
RemarksThis 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