RVTDocs.com

ExporterIFCUtils.GetElevationProfile

Method
Description:
Obtains the curve loops which bound the wall's elevation profile.
Syntax
public static IList<CurveLoop> GetElevationProfile(
	Wall pVWall
)
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