| ISurveyCreateInterview Method (Int32) |
Creates an interview from this survey
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax IInterview CreateInterview(
int seed
)
Function CreateInterview (
seed As Integer
) As IInterview
IInterview^ CreateInterview(
int seed
)
Parameters
- seed
- Type: SystemInt32
Seed of the new interview
Return Value
Type:
IInterviewReturn the newly created interview
See Also