Method AskEdgeList
AskEdgeList(UserQuestion, List<ElementItemId>, out List<ElementItemId>)
Asks the user for an edge list.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 13, 0, 0)]
UserAnswerType AskEdgeList(UserQuestion inQuestion, List<ElementItemId> inSuggestions, out List<ElementItemId> outAnswer)
Parameters
| Type | Name | Description |
|---|---|---|
| UserQuestion | inQuestion | Question asked to the user. |
| List<ElementItemId> | inSuggestions | Suggested answer, or |
| List<ElementItemId> | outAnswer | User answer, or |
Returns
| Type | Description |
|---|---|
| UserAnswerType | Type of user answer. |
Remarks
This method is available since v7.13.