ResetVR Example for C#

//LEADDICOM1 is a DICOM Dataset defined outside this method
private void TestResetVR ()
{
   //Clear all items from the VR Table
   LEADDICOM1.ResetVR();
}