BoundaryConditionsSetCurve Method |
Sets the curve that defines geometry of the line boundary conditions.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic void SetCurve(
Curve curve
)
Public Sub SetCurve (
curve As Curve
)
public:
void SetCurve(
Curve^ curve
)
member SetCurve :
curve : Curve -> unit Parameters
- curve Curve
-
Exceptions
Remarks
This method works for boundary conditions which are not constrained to their host.
This method works with hosted line boundary conditions only.
The curve must be bounded.
See Also