Error processing SSI file
LEADTOOLS Medical

Show in webframe

IncrementGraphicGroupId Method






Increments the GraphicGroupId to a new,unused value that can be assigned to the next group.
Syntax
public int IncrementGraphicGroupId()
'Declaration
 
Public Function IncrementGraphicGroupId() As Integer
'Usage
 
Dim instance As DicomAnnotationsUtilities
Dim value As Integer
 
value = instance.IncrementGraphicGroupId()

            

            
public:
int IncrementGraphicGroupId(); 

Return Value

The new value for GraphicGroupId.
Remarks
Certain LEAD Leadtools.Annotations.Core.AnnObject are converted to two or more Leadtools.Dicom.DicomAnnotationObject, which are then "grouped" together. The DicomAnnotationsUtilities class maintains a GraphicGroupId that is used for each generated group. Once a GraphicGroupId is assigned to a group, it must no longer be used. The IncrementGraphicGroupId function is used to increment to the next unused value. The default behavior of this function is to add one to the previous GraphicGroupId, but this behavior can be changed by subscribing to the OnIncrementGraphicGroupId event, and changing the value of GraphicGroupId.
Example
For an example, refer to FromAnnContainerToDataSet(DicomDataSet,AnnContainer).
Requirements

Target Platforms

See Also

Reference

DicomAnnotationsUtilities Class
DicomAnnotationsUtilities Members

Error processing SSI file
   Leadtools.Dicom.Annotations.Core requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features