Changes in 2020 vs 2027 2 changed
Flip API Versions →Changed members
NumberSystem.Create(Document, ElementId, LinkElementId, Reference)
| document | Document | The document. |
| viewId | ElementId | The view in which the NumberSystem will be created. |
| numberedElementId | LinkElementId | The host id on which the NumberSystem will be created. |
| referenceCurve | Reference | The reference curve along which the NumberSystem will be created. It is suggested to get the new reference via GetNumberSystemReference() from the host element. |
| → returns | NumberSystem | The created NumberSystem. |
NumberSystem.Create(Document, ElementId, LinkElementId, StairsNumberSystemReferenceOption, LinkElementId)
| document | Document | The document. |
| viewId | ElementId | The view in which the NumberSystem will be created. |
| hostElementId | LinkElementId | The host id on which the NumberSystem will be created. |
| referenceOption | StairsNumberSystemReferenceOption | The reference option of the NumberSystem. |
| placementLevelId | LinkElementId | The id of the level on which the NumberSystem will be placed. The placement level must be one of the base levels of a stairs group members. It is suggested to get the level from MultistoryStairs.GetStairsPlacementLevels(). |
| → returns | NumberSystem | The created NumberSystem. |