MoveLastContextGroup method (ILEADDicomDS Interface)
VARIANT_BOOL MoveLastContextGroup(); | |
Overview |
Refer to Working with Context Groups. |
Remarks
The MoveLastContextGroup method updates the CurrentContextGroup property with the last Context Group in the Context Group Table.
Use the LoadContextGroup method and the InsertContextGroup method to add Context Groups to the Context Group Table.
Along with this method, use the following methods to maneuver through the Context Groups in the Context Group Table:
You can also use the GetContextGroupCount method and the FindIndexContextGroup method to enumerate the Context Groups in the table.
Use the following methods to investigate the Coded Concepts of a Context Group:
See Also