C#
VB
C++
Used to edit an existing item, or create a new item in a DICOM sequence
public DicomDataSet BeginEditItem()
Public Overloads Function BeginEditItem() As DicomDataSet
public:
DicomDataSet^ BeginEditItem();
a reference to the DicomDataSet
To edit an existing item that is not the first item, use the overload that takes an index. BeginEditItem For more information, see BeginEditSequence