ExporterIFCUtils.GetElevationProfile
Method
Description:
Obtains the curve loops which bound the wall's elevation profile.
Obtains the curve loops which bound the wall's elevation profile.
Parameters
| Parameter | Type | Description |
|---|---|---|
| pVWall | Wall | The wall. |
Return Value
| Type | Description |
|---|---|
| IList | The collection of curve loops. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The wall does not have an elevation profile. |
| ArgumentNullException | A non-optional argument was null |