ResetContextGroup method (ILEADDicomDS Interface)
void ResetContextGroup(); | |
Overview |
Refer to Working with Context Groups. |
Remarks
The ResetContextGroup method deletes all the Context Groups from the Context Group Table.
Use the LoadContextGroup method and the InsertContextGroup method to add Context Groups to the Context Group Table. You can use the ResetContextGroup method to delete all the Context Groups in the table. You can also use the DeleteContextGroup method to delete a single Context Group from the table.
See Also