BoundaryConditionsGetLoops Method |
Returns curve loops that define geometry of the area boundary conditions.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic IList<CurveLoop> GetLoops()
Public Function GetLoops As IList(Of CurveLoop)
public:
IList<CurveLoop^>^ GetLoops()
member GetLoops : unit -> IList<CurveLoop>
Return Value
IListCurveLoop
The curve loop collection.
Exceptions
Remarks
Boundary conditions should be BoundaryConditionsType::Area type. Otherwise exception is thrown.
See Also