AnalysisBaseClass.copyAssignmentsFrom


copyAssignmentsFrom(sourceAnalysis, [attrType], [attributes])

Copy assignments from the given analysis into this analysis. If only the source analysis is given then all assignments of all attributes will be copied

sourceAnalysis"Analysis" The name or ID of a "Analysis", or a pointer to a AnalysisBaseClass object. Analysis from which assignments will be copied
attrTypeoptional string Type of attributes whose assignments will be copied
attributesoptional array Names and/or numbers of the attributes whose assignments will be copied
Return valuenone 

Back to AnalysisBaseClass

Back to Overview