Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.25
|
Leadtools.Dicom Namespace > DicomDataSet Class : AddWaveformGroup Method |
public void AddWaveformGroup( DicomWaveformGroup group, int index )
'Declaration
Public Sub AddWaveformGroup( _ ByVal group As DicomWaveformGroup, _ ByVal index As Integer _ )
'Usage
Dim instance As DicomDataSet Dim group As DicomWaveformGroup Dim index As Integer instance.AddWaveformGroup(group, index)
public void AddWaveformGroup( DicomWaveformGroup group, int index )
public: void AddWaveformGroup( DicomWaveformGroup^ group, int index )