IncrementGraphicGroupId Method

Summary

Increments the GraphicGroupId to a new,unused value that can be assigned to the next group.

Syntax
C#
VB
C++
public int IncrementGraphicGroupId() 
  
Public Function IncrementGraphicGroupId() As Integer 
public: 
int IncrementGraphicGroupId();  

Return Value

The new value for GraphicGroupId.

Remarks

Certain LEAD Leadtools.Annotations.Engine.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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.