Create a ConstructionPointInput object that is in turn used to create a ConstructionPoint.
"constructionPoints_var" is a variable referencing a ConstructionPoints object.
|
"constructionPoints_var" is a variable referencing a ConstructionPoints object.
|
Type | Description |
ConstructionPointInput | Returns a ConstructionPointInput object |
Name | Type | Description |
occurrenceForCreation | Occurrence | A creation occurrence is needed if the input is in another component AND the construction point is not in the root component. The occurrenceForCreation is analogous to the active occurrence in the UI. This is an optional argument whose default value is null. |
Name | Description |
Construction Point API Sample | Demonstrates creating construction point by different ways |