DicomObjects Reference
DicomObjects Reference / DicomAttribute Object / Exists Property
Exists Property
Description
Determines whether an attribute actually exists
Property type
Read-only property
Syntax
Visual Basic
Public Property Exists As Boolean
Return Type
Boolean
Remarks
This property returns True if this attribute exists within the image. If an attempt is made to access a non-existent element of a DicomAttributes collection, then no error is generated, but the DicomAttribute item returned is a unique “error element”, which has an Exists property of False, and returns a Value of Null
See Also