GraphicGroupId Property

Summary

Gets or sets the "Graphic Group ID" (0070,0295) that is used when converting an AnnObject to a grouped Leadtools.Dicom.DicomAnnotationObject.

Syntax
C#
VB
C++
public int GraphicGroupId { get; set; } 
  
Public Property GraphicGroupId As Integer 
public: 
property int GraphicGroupId { 
   int get(); 
   void set (    int ); 
} 

Property Value

The "Graphic Group ID" (0070,0295) that is used when converting an AnnObject to a grouped Leadtools.Dicom.DicomAnnotationObject.

Remarks

Certain LEAD Leadtools.Annotations.Engine.AnnObject are converted to two or more Leadtools.Dicom.DicomAnnotationObject, which are then "grouped" together. These include Leadtools.Annotations.Engine.AnnPolyRulerObject and Leadtools.Annotations.Engine.AnnProtractorObject. The GraphicGroupId is a number that these grouped objects share to identify them as part of a group

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.