←Select platform

CompoundGraphicInstanceId Property

Summary

Gets or sets the value of the "Compound Graphic Instance ID" element (0070,0226) under one of the items under the "Graphic Annotation Sequence" in the "Graphic Annotation Module".

Syntax

C#
VB
C++
public abstract int CompoundGraphicInstanceId { get; set; } 
Public MustOverride Property CompoundGraphicInstanceId As Integer 
public: 
abstract property int CompoundGraphicInstanceId { 
   int get(); 
   void set (    int value); 
} 

Property Value

A value of the "Compound Graphic Instance ID" element (0070,0226) under one of the items under the "Graphic Annotation Sequence" in the "Graphic Annotation Module".

Remarks

Including CompoundGraphicInstanceId in the Options causes this optional element to be written on a write operation (i.e. SetGraphicObjectInformation). Excluding CompoundGraphicInstanceId means that this element will not be written. When reading (i.e. GetGraphicObjectInformation), CompoundGraphicInstanceId indicates the presence or absence of the "Compound Graphic Instance ID" element (0070,0226).

Example

For an example, refer to CreateCompoundGraphic.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly