Description
Get an enumerated image type.
-
Property type
-
A mcImageQuickTypes enumeration.
-
Syntax
-
object.QuickType
The QuickType Property syntax has these parts: |
| object | An expression evaluating to an object of type McImage. | Remarks
A few popular image types are listed in the McImageQuickTypes enumeration. This function provides a way to obtain the image type in a quick and concise way. If the image type is not listed in McImageQuickTypes, McImageOther is returned in pVal. In this case, clients should call the Type property.
|