Gets a value indicating whether the "Graphic Group ID" (0070,0295) element is present in the specified item under the "Graphic Annotation Sequence" in the "Graphic Annotation Module".
public abstract bool IsValidGraphicGroupId {get;}
'Declaration
Public MustOverride ReadOnly Property IsValidGraphicGroupId As Boolean
'Usage
Dim instance As DicomAnnotationObject
Dim value As Boolean
value = instance.IsValidGraphicGroupId
public abstract bool IsValidGraphicGroupId {get;}
get_IsValidGraphicGroupId();
public:
abstract property bool IsValidGraphicGroupId {
bool get();
}
Property Value
A value indicating whether the "Graphic Group ID" (0070,0295) element is present in the specified item under the "Graphic Annotation Sequence" in the "Graphic Annotation Module".