Gets or sets the value of the "Graphic Group ID" element (0070,0295) under one of the items under the "Graphic Annotation Sequence" in the "Graphic Annotation Module".
int GraphicGroupId {get; set;}
'Declaration
Property GraphicGroupId As Integer
'Usage
Dim instance As IDicomAnnotationObject
Dim value As Integer
instance.GraphicGroupId = value
value = instance.GraphicGroupId
int GraphicGroupId {get; set;}
get_GraphicGroupId();
set_GraphicGroupId(value);
Object.defineProperty('GraphicGroupId');
property int GraphicGroupId {
int get();
void set ( int value);
}
Property Value
A value of the "Graphic Group ID" element (0070,0295) under one of the items under the "Graphic Annotation Sequence" in the "Graphic Annotation Module".