DicomObjects Reference
DicomObjects Reference / DicomViewer Object / ObjectType Property
In This Topic
    ObjectType Property
    In This Topic
    Description
    Describes the nature of an automation object
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property ObjectType As String
    Remarks

    The possible values are as follows:

    “DicomViewer”
    “DicomQuery”
    “DicomImage”
    “DicomImages”
    “DicomDataSet”
    “DicomDataSets”
    “DicomAttribute”
    “DicomConnection”
    “DicomConnections”
    “DicomContext”
    “DicomContexts”
    “DicomLabel”
    “DicomLabels”
    “DicomGlobal”
    “DicomLog”
    “DicomPrint”

    See Also