| Revit 2017 API |
| IFCFile..::..CreateCurveBoundedPlane Method |
| IFCFile Class See Also |
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 17.0.0.0 (17.0.484.0)
Syntax
| C# |
|---|
[ObsoleteAttribute("This function is deprecated. Please use the API ExporterUtil.CreateCurveBoundedPlane instead.")] public IFCAnyHandle CreateCurveBoundedPlane( IList<XYZ> outerLoop, IList<IList<XYZ>> innerLoops ) |
| Visual Basic |
|---|
<ObsoleteAttribute("This function is deprecated. Please use the API ExporterUtil.CreateCurveBoundedPlane instead.")> _ Public Function CreateCurveBoundedPlane ( _ outerLoop As IList(Of XYZ), _ innerLoops As IList(Of IList(Of XYZ)) _ ) As IFCAnyHandle |
| Visual C++ |
|---|
[ObsoleteAttribute(L"This function is deprecated. Please use the API ExporterUtil.CreateCurveBoundedPlane instead.")] public: IFCAnyHandle^ CreateCurveBoundedPlane( IList<XYZ^>^ outerLoop, IList<IList<XYZ^>^>^ innerLoops ) |
Parameters
- outerLoop
- Type: System.Collections.Generic..::..IList<(Of <(<'XYZ>)>)>
- innerLoops
- Type: System.Collections.Generic..::..IList<(Of <(<'IList<(Of <(<'XYZ>)>)>>)>)>