| Revit 2022 API |
| HostedSweep..::..Length Property |
| HostedSweep Class See Also |
Retrieve the length of the hosted sweep object.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Syntax
| C# |
|---|
public double Length { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Length As Double Get |
| Visual C++ |
|---|
public: property double Length { double get (); } |