HostedSweepReferenceCurve Property

The curve on which the hosted sweep segment is created.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public Curve this[
	Reference targetRef
] { get; }

Parameters

targetRef  Reference
Reference of the curve that hosts the object.

Property Value

Curve
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when regeneration fails.
See Also