Create
Version comparisonPer-version detail
Click a version below to see what changed in that release vs your current frame (2027).
Not present in: 2020, 2021, 2022
2027
current
AreaLoad.Create(Document, ElementId, XYZ, AreaLoadType, Document)
| document | Document | Document to which new area load will be added. |
| hostElemId | ElementId | The analytical surface host element id for the area Load. |
| forceVector | XYZ | The force vector applied to the 1st reference point of the area load. |
| symbol | AreaLoadType | The symbol of the AreaLoad. Set <span class="keyword"><span data-languagespecifictext="cpp=nullptr|vb=Nothing|nu=null" id="LSTBC49F122_1"></span></span> to use default type. |
| aDoc | Document | Document to which new area load will be added. |
| → returns | nullNothingnullptr→AreaLoad | If successful, returns an object of the newly created AreaLoad. is returned if the operation fails. |
AreaLoad.Create(Document, ElementId, XYZ, AreaLoadType)
| document | Document | Document to which new area load will be added. |
| hostElemId | ElementId | The analytical surface host element id for the area Load. |
| forceVector | XYZ | The force vector applied to the 1st reference point of the area load. |
| symbol | AreaLoadType | The symbol of the AreaLoad. Set <span class="keyword"><span data-languagespecifictext="cpp=nullptr|vb=Nothing|nu=null" id="LSTBC49F122_1"></span></span> to use default type. |
| → returns | nullNothingnullptr→AreaLoad | If successful, returns an object of the newly created AreaLoad. is returned if the operation fails. |