Library Specification Object Model Reference

ISurveyAsset.Copy Method (IStage)

Creates a local copy of this asset with the specified stage. All non-unique fields are copied to the new asset. This is a shallow copy of the asset's versions, only the latest version is copied, and the version and id fields are null.

ISurveyAsset Copy(
   IStage stage
);

Parameters

stage
The stage the copy is to exist in.

Return Value

A copy of the asset existing in the specified stage. All non-unique fields are copied to the new asset. This is a shallow copy of the asset's versions, only the latest version is copied, and the version field is null.

See Also

ISurveyAsset Interface | Spss.Dimensions.Library.Specification Namespace | ISurveyAsset.Copy Overload List