Click or drag to resize
IUserAccessiableSetAnswerWithAdditionalTextsIter Method (Int32, Int32, AnswerWithAdditionalText)

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool SetAnswerWithAdditionalTextsIter(
	int inQuesIdx,
	int inIter,
	params AnswerWithAdditionalText[] inValues
)

Parameters

inQuesIdx
Type: SystemInt32
inIter
Type: SystemInt32
inValues
Type: SurveyToGo.UserLogic.InterfacesAnswerWithAdditionalText

Return Value

Type: Boolean
See Also