Description
A property used to attach an image to the viewer.
-
Property type
-
A McImage object.
-
Syntax
-
[Set] object.ImageToDisplay [= McImage]
The ImageToDisplay Property syntax has these parts: |
| object | An expression evaluating to an object of type McView. | | McImage | A McImage object. | Remarks
If the viewer is not attached to an IMcImage, then the property will be NULL, otherwise, the property is a pointer to an IMcImage.
Notes
This property is a mirror of the Display property of the same name. When assigning, assign to the McView property, not the McView.Display property.
|