Library Specification Object Model Reference

ILibrary.GetSurveyAsset Method 

Returns the survey asset with the specified name from the draft stage.

ISurveyAsset GetSurveyAsset(
   string name
);

Parameters

name
The name of the survey asset to get.

Return Value

An ISurveyAsset.

Exceptions

Exception Type Condition
QLAssetNotFoundException If the asset doesn't exist in the library

See Also

ILibrary Interface | Spss.Dimensions.Library.Specification Namespace