Creates a local survey asset in the draft stage and default topic. If an MDD is provided, then it is converted to an MZD.
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);
ILibrary Interface | Spss.Dimensions.Library.Specification Namespace