| Visual Basic (Declaration) | |
|---|---|
Public Sub Reset() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void Reset() | |
| C++/CLI | |
|---|---|
public: void Reset(); | |
For an example, refer to DicomContextGroupTable.Insert(String,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags).
Use the Load and Insert methods to add Context Groups to the Context Group Table. Use the Reset method to delete all the Context Groups in the table. To delete a single Context Group from the table, use the Delete method.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code