Visual Basic (Declaration) | |
---|---|
Public Sub Reset() |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomContextGroupTable instance.Reset() |
C# | |
---|---|
public void Reset() |
C++/CLI | |
---|---|
public: void Reset(); |
For an example, refer to DicomContextGroupTable.Insert.
Use the Load(DicomContextIdentifierType) and Insert(DicomContextIdentifierType,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags) methods to add Context Groups to the Context Group Table. Use the Leadtools.Dicom.DicomContextGroupTable.Reset method to delete all the Context Groups in the table. To delete a single Context Group from the table, use the Leadtools.Dicom.DicomContextGroupTable.Delete method.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)