DatStat Illume 4.5 SDK Class Reference

WebServiceContext.GetDictionaryEntries Method (String, String[])

Returns an array of SDK_DictionaryEntry for the indicated survey and variable names.

public SDK_DictionaryEntry[] GetDictionaryEntries(
   String surveyName,
   String[] variableNames
);

Parameters

surveyName
Then name of the source survey for the dictionary entries.
variableNames
A String array of variable names that the dictionary entries will be returned for.

Return Value

Array of SDK_DictionaryEntry

See Also

WebServiceContext Class | DatStat.SDK.WebServiceWrappers Namespace | WebServiceContext.GetDictionaryEntries Overload List