DicomObjects Reference
DicomObjects Reference / DicomContexts Collection / Exists Property
The Context to check for existence
In This Topic
    Exists Property
    In This Topic
    Description
    Checks whether a particular presentation context ID exists in a collection
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property Exists( _
       ByVal ContextID As Integer _
    ) As Boolean
    Parameters
    ContextID
    The Context to check for existence
    Remarks
    As it is a presentation context ID, the index must be a small, odd integer (1-255)
    See Also