AnalyticalMemberSetCurve Method |
Sets the curve for the Analytical Member.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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
End nodes connection will be lost if the curve changes position.
The curve must be bounded.
The curve can be:
See Also