DicomObjects Reference
DicomObjects Reference / DicomContext Object / ObjectType Property
ObjectType Property
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