Revit 2025.3 API
Exporter |
Obtains the curve loops which bound the wall's elevation profile.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static IList<CurveLoop> GetElevationProfile( Wall pVWall )
Public Shared Function GetElevationProfile ( pVWall As Wall ) As IList(Of CurveLoop)
public: static IList<CurveLoop^>^ GetElevationProfile( Wall^ pVWall )
static member GetElevationProfile : pVWall : Wall -> IList<CurveLoop>
Parameters
- pVWall Wall
- The wall.
Return Value
IListCurveLoopThe collection of curve loops.
| Exception | Condition |
|---|---|
| ArgumentException | The wall does not have an elevation profile. |
| ArgumentNullException | A non-optional argument was null |
See Also