←Select platform

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.Core.AnnObject are converted to two or more Leadtools.Dicom.DicomAnnotationObject, which are then "grouped" together. These include Leadtools.Annotations.Core.AnnPolyRulerObject and Leadtools.Annotations.Core.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.