Method AskPoint3DList
AskPoint3DList(UserQuestion, List<SmartPoint3D>, out List<SmartPoint3D>)
Asks the user for a 3D point list.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 13, 0, 0)]
UserAnswerType AskPoint3DList(UserQuestion inQuestion, List<SmartPoint3D> inSuggestions, out List<SmartPoint3D> outAnswer)
Parameters
| Type | Name | Description |
|---|---|---|
| UserQuestion | inQuestion | Question asked to the user. |
| List<SmartPoint3D> | inSuggestions | Suggested answer, or |
| List<SmartPoint3D> | outAnswer | User answer, or |
Returns
| Type | Description |
|---|---|
| UserAnswerType | Type of user answer. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) may be called before calling this method to allow the user to create or modify entities during the interaction.
This method is available since v7.13.