| Revit 2020 API |
| Outline..::..GetDiagonalLength Method |
| Outline Class See Also |
Get the length of outline's diagonal. If called on empty outline, 0.
is returned
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2011
Syntax
| C# |
|---|
public double GetDiagonalLength() |
| Visual Basic |
|---|
Public Function GetDiagonalLength As Double |
| Visual C++ |
|---|
public: double GetDiagonalLength() |