Share

HostedSweep.ReferenceCurve Property

The curve on which the hosted sweep segment is created.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

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

Reference

Was this information helpful?