The selected curves used for the sweep path.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic Path3d Path3d { get; }
Public ReadOnly Property Path3d As Path3d
Get
public:
property Path3d^ Path3d {
Path3d^ get ();
}
member Path3d : Path3d with get
Property Value
Path3d
RemarksIf the sweep is based on a sketched path, this property is .
See Also