DVTk API
CopyTo Method (tagTypeList, destinationDataset)
DVTkDvtk.Dicom.InformationEntityBaseInformationEntityCopyTo(TagTypeList, AttributeSet)
DVTk API

[This is preliminary documentation and is subject to change.]

Copy from the local Dataset into the given destination Dataset as defined by the given Tag Type list.
Declaration Syntax
C#Visual BasicVisual C++
public void CopyTo(
	TagTypeList tagTypeList,
	AttributeSet destinationDataset
)
Public Sub CopyTo ( _
	tagTypeList As TagTypeList, _
	destinationDataset As AttributeSet _
)
public:
void CopyTo(
	TagTypeList^ tagTypeList, 
	AttributeSet^ destinationDataset
)
Parameters
tagTypeList (TagTypeList)
Tag Type list used to define copy.
destinationDataset (AttributeSet)
Dataset being populated by the given Tag Type list.

Assembly: DvtkInformationEntity (Module: DvtkInformationEntity) Version: 0.0.0.0