| Revit 2017 API |
| StairsLanding..::..GetFootprintBoundary Method |
| StairsLanding Class See Also |
Returns the landing's boundary curves which are projected on the stairs base level.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Since:
2013
Syntax
| C# |
|---|
public CurveLoop GetFootprintBoundary() |
| Visual Basic |
|---|
Public Function GetFootprintBoundary As CurveLoop |
| Visual C++ |
|---|
public: CurveLoop^ GetFootprintBoundary() |