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".
public abstract int CompoundGraphicInstanceId {get; set;}
'Declaration
Public MustOverride Property CompoundGraphicInstanceId As Integer
'Usage
Dim instance As DicomAnnotationObject
Dim value As Integer
instance.CompoundGraphicInstanceId = value
value = instance.CompoundGraphicInstanceId
public abstract int CompoundGraphicInstanceId {get; set;}
<br/>get_CompoundGraphicInstanceId();<br/>set_CompoundGraphicInstanceId(value);<br/>Object.defineProperty('CompoundGraphicInstanceId');
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".