Create
Version comparisonPer-version detail
Click a version below to see what changed in that release vs your current frame (2023).
Not present in: 2020, 2027
2023
current
GenericZone.Create(Document, String, GenericZoneDomainData, ElementId, IList<CurveLoop>)
No longer obsolete in 2023 (was obsolete in 2026)
| doc | Document | The document where the element will be created and added. |
| name | String | The name of the generic zone to be created. |
| domainData | GenericZoneDomainData | The specific domain requirements for the generic zone. |
| levelId | ElementId | The base level on which the generic zone will be created. |
| curveLoops | IList<CurveLoop> | The loops that define the lines, curves and areas that overlap or crosses the elements you want to belong to the zone. Multiple loops are allowed, they can be open or closed, but they should be on the same horizontal plane. |
| → returns | GenericZone | The newly created generic zone. |