Library Specification Object Model Reference

ILibrary.CreateSurveyAsset Method

Creates a local survey asset in the draft stage and default topic. If an MDD is provided, then it is converted to an MZD.

Overload List

Creates a local survey asset in the draft stage and default topic. If an MDD is provided, then it is converted to an MZD.

ISurveyAsset CreateSurveyAsset(string,string,Stream);

Creates a local survey asset in the draft stage and the specified topic. If an MDD is provided, then it is converted to an MZD.

ISurveyAsset CreateSurveyAsset(string,string,Stream,ITopic);

Creates a local survey asset in the draft stage and default topic. If an MDD is provided, then it is converted to an MZD.

ISurveyAsset CreateSurveyAsset(string,string,string);

Creates a local survey asset in the draft stage and the specified topic. If an MDD is provided, then it is converted to an MZD.

ISurveyAsset CreateSurveyAsset(string,string,string,ITopic);

See Also

ILibrary Interface | Spss.Dimensions.Library.Specification Namespace