TopAskAnswer enum


Your Ad Here


Topsolid online Help Index

Created : v6.5

Description

This enum is used to define which kind of answer is received from the user when asking him a question (see: IAsks interface).

Constants

topAskAnswerNothing = 0 : No answer (for example if the user has left the function by pressing the escape key).

 

topAskAnswerOK = 1 : User has correctly answered the question.

 

topAskAnswerButton = 2 : User has clicked a button within the dialog bar.

 

topAskAnswerUndo = 3 : User has clicked "Undo".

 

 

 

Topsolid online Help Index

Your Ad Here